From feffafef046561cb1e59599268f8daa33cf517bd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 30 Aug 2002 17:46:32 +0000 Subject: [PATCH] Fix missing chars in file... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Chooser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {