changeset 2851:fdd21139c07f

Fix a copy and paste error in dwtest.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 14 Nov 2022 22:00:47 +0000
parents 2934b2fdcd8e
children 5018df4f952e
files dwtest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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