# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1668463247 0 # Node ID fdd21139c07f1ab19118ac63a87ce4d961d59950 # Parent 2934b2fdcd8e7b8a45f6b2bcfdfcb8b6db9fb897 Fix a copy and paste error in dwtest. diff -r 2934b2fdcd8e -r fdd21139c07f dwtest.c --- a/dwtest.c Mon Nov 14 20:38:19 2022 +0000 +++ b/dwtest.c Mon Nov 14 22:00:47 2022 +0000 @@ -2232,7 +2232,7 @@ } if(!fileicon) { - strncpy(foldericonpath, PLATFORMFOLDER "file", 1024); + strncpy(fileiconpath, PLATFORMFOLDER "file", 1024); fileicon = dw_icon_load_from_file(fileiconpath); } #endif