Fix STR#3044 (cont'd).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-05-01 15:55:03 +00:00
parent b1a6eeeda2
commit ab220c131a
1 changed files with 1 additions and 1 deletions

View File

@ -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]);