summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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*/
}