mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
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:
@@ -570,9 +570,14 @@ int Fl_File_Icon::load_image(const char *ifile) // I - File to read from
|
|||||||
img->release();
|
img->release();
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
{
|
||||||
|
int i;
|
||||||
printf("Icon File \"%s\":\n", xpm);
|
printf("Icon File \"%s\":\n", xpm);
|
||||||
for (i = 0; i < num_data_; i ++)
|
for (i = 0; i < num_data_; i ++)
|
||||||
|
{
|
||||||
printf(" %d,\n", data_[i]);
|
printf(" %d,\n", data_[i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
#endif // DEBUG
|
#endif // DEBUG
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user