diff options
| author | Manolo Gouy <Manolo> | 2014-05-01 15:55:03 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-05-01 15:55:03 +0000 |
| commit | ab220c131a713cff2210fd43b49ec3b48541b2ba (patch) | |
| tree | a2d0e5077439c09e90bee2838588af2193ae453b /src | |
| parent | b1a6eeeda25251b79e41e6b5347d6e13b3f5ddd6 (diff) | |
Fix STR#3044 (cont'd).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_File_Icon2.cxx | 2 |
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]); |
