mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user