Fix missing chars in file...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-08-30 17:46:32 +00:00
parent ec494401c1
commit feffafef04

View File

@ -246,7 +246,7 @@ Fl_File_Chooser::Fl_File_Chooser(const char *d, const char *p, int t, const char
} }
callback_ = 0; callback_ = 0;
data_ = 0; data_ = 0;
directory_[0] = ' directory_[0] = '\0';
} }
Fl_File_Chooser::~Fl_File_Chooser() { Fl_File_Chooser::~Fl_File_Chooser() {