summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser2.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-05-13 10:19:27 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-05-13 10:19:27 +0000
commitb49703ea3d1e5dba7412ffe277e66b4610a2d43b (patch)
tree08c0e0123e532e342162d029b8eadb5af5d9a011 /src/Fl_File_Chooser2.cxx
parent79de1e070de8551106af305e4c52f1ce84a56203 (diff)
Fix WIN32 compile errors.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4348 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
-rw-r--r--src/Fl_File_Chooser2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx
index aa8bf6a58..51ac31271 100644
--- a/src/Fl_File_Chooser2.cxx
+++ b/src/Fl_File_Chooser2.cxx
@@ -160,6 +160,7 @@ Fl_File_Chooser::directory(const char *d)// I - Directory to change to
#ifdef WIN32
// See if the filename contains backslashes...
+ char *slash; // Pointer to slashes
char fixpath[1024]; // Path with slashes converted
if (strchr(d, '\\')) {
// Convert backslashes to slashes...