From 39109694e1873fce011df470f2edd57a0028e0a3 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 5 Dec 2001 00:21:40 +0000 Subject: [PATCH] Missing declaration of "newch"... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1811 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Icon2.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Fl_File_Icon2.cxx b/src/Fl_File_Icon2.cxx index 1e1c0011b..bbb02df66 100644 --- a/src/Fl_File_Icon2.cxx +++ b/src/Fl_File_Icon2.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_File_Icon2.cxx,v 1.1.2.6 2001/12/05 00:19:26 easysw Exp $" +// "$Id: Fl_File_Icon2.cxx,v 1.1.2.7 2001/12/05 00:21:40 easysw Exp $" // // Fl_File_Icon system icon routines. // @@ -404,6 +404,7 @@ Fl_File_Icon::load_image(const char *ifile) // I - File to read from } else { int i, j; // Looping vars int ch; // Current character + int newch; // New character int bg; // Background color char val[16]; // Color value const char *lineptr, // Pointer into line @@ -925,5 +926,5 @@ get_kde_val(char *str, // -// End of "$Id: Fl_File_Icon2.cxx,v 1.1.2.6 2001/12/05 00:19:26 easysw Exp $". +// End of "$Id: Fl_File_Icon2.cxx,v 1.1.2.7 2001/12/05 00:21:40 easysw Exp $". //