mirror of
https://github.com/fltk/fltk.git
synced 2025-12-16 09:45:59 +08:00
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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user