summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-05-01 15:55:03 +0000
committerManolo Gouy <Manolo>2014-05-01 15:55:03 +0000
commitab220c131a713cff2210fd43b49ec3b48541b2ba (patch)
treea2d0e5077439c09e90bee2838588af2193ae453b
parentb1a6eeeda25251b79e41e6b5347d6e13b3f5ddd6 (diff)
Fix STR#3044 (cont'd).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_File_Icon2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Icon2.cxx b/src/Fl_File_Icon2.cxx
index 5fc83db55..bb6964c07 100644
--- a/src/Fl_File_Icon2.cxx
+++ b/src/Fl_File_Icon2.cxx
@@ -572,7 +572,7 @@ int Fl_File_Icon::load_image(const char *ifile) // I - File to read from
#ifdef DEBUG
{
int i;
- printf("Icon File \"%s\":\n", xpm);
+ printf("Icon File \"%s\":\n", ifile);
for (i = 0; i < num_data_; i ++)
{
printf(" %d,\n", data_[i]);