Skip to content

Commit

Permalink
Fix STR#3044 (cont'd).
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed May 1, 2014
1 parent b1a6eee commit ab220c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_File_Icon2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit ab220c1

Please sign in to comment.