summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan MacArthur <imacarthur@gmail.com>2014-05-01 09:00:30 +0000
committerIan MacArthur <imacarthur@gmail.com>2014-05-01 09:00:30 +0000
commitabb91eed737e1fb7880514f09f0b59c7735e9e1f (patch)
tree34e71a7880caf9d63f7c54ae875c77f5e47079af /src
parent6f7b09bdf1f17e9ad4b56cfeaeb43775c03a7d02 (diff)
Partial fix for STR #3044.
Fixes typo in a DEBUG section of Fl_Native_File_Chooser_WIN32.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10138 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Native_File_Chooser_WIN32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx
index 2d4f581c9..3d5dfae77 100644
--- a/src/Fl_Native_File_Chooser_WIN32.cxx
+++ b/src/Fl_Native_File_Chooser_WIN32.cxx
@@ -626,7 +626,7 @@ void Fl_Native_File_Chooser::filter(const char *val) {
add_filter("All Files", "*.*"); // always include 'all files' option
#ifdef DEBUG
- nullprint(_parsedfilt);
+ dnullprint(_parsedfilt);
#endif /*DEBUG*/
}