Fix for STR #3044, part 2. (final)

Fix DEBUG statement near line 572 of Fl_File_Icon2.cxx


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur
2014-05-01 09:09:58 +00:00
parent abb91eed73
commit b1a6eeeda2
+5
View File
@@ -570,9 +570,14 @@ int Fl_File_Icon::load_image(const char *ifile) // I - File to read from
img->release();
#ifdef DEBUG
{
int i;
printf("Icon File \"%s\":\n", xpm);
for (i = 0; i < num_data_; i ++)
{
printf(" %d,\n", data_[i]);
}
}
#endif // DEBUG
return 0;