From abb91eed737e1fb7880514f09f0b59c7735e9e1f Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Thu, 1 May 2014 09:00:30 +0000 Subject: 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 --- src/Fl_Native_File_Chooser_WIN32.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/ } -- cgit v1.2.3