summaryrefslogtreecommitdiff
path: root/src/Fl_File_Icon2.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-05 00:21:40 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-05 00:21:40 +0000
commit39109694e1873fce011df470f2edd57a0028e0a3 (patch)
tree5eab8bb54c76a8da381123a0c7428a69e398084c /src/Fl_File_Icon2.cxx
parenta8f3f02214d1b3b862e7c5217b259b109cac4400 (diff)
Missing declaration of "newch"...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1811 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Icon2.cxx')
-rw-r--r--src/Fl_File_Icon2.cxx5
1 files 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 $".
//