summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-30 17:46:32 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-30 17:46:32 +0000
commitfeffafef046561cb1e59599268f8daa33cf517bd (patch)
tree7f9c950451c7a5245832a45f3ce4ac6b8eaf9a1e
parentec494401c1dc11b3d8adbbd8134ec497b4bff922 (diff)
Fix missing chars in file...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_File_Chooser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx
index 927b1281d..8184d686e 100644
--- a/src/Fl_File_Chooser.cxx
+++ b/src/Fl_File_Chooser.cxx
@@ -246,7 +246,7 @@ Fl_File_Chooser::Fl_File_Chooser(const char *d, const char *p, int t, const char
}
callback_ = 0;
data_ = 0;
-directory_[0] = '
+directory_[0] = '\0';
}
Fl_File_Chooser::~Fl_File_Chooser() {