Author: manolo
Date: 2010-12-15 02:04:36 -0800 (Wed, 15 Dec 2010)
New Revision: 8032
Log:
Removed compilation warning.

Modified:
   branches/branch-1.3/src/Fl_Text_Buffer.cxx

Modified: branches/branch-1.3/src/Fl_Text_Buffer.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Text_Buffer.cxx  2010-12-15 09:55:52 UTC (rev 
8031)
+++ branches/branch-1.3/src/Fl_Text_Buffer.cxx  2010-12-15 10:04:36 UTC (rev 
8032)
@@ -105,7 +105,7 @@
 
 static void def_transcoding_warning_action(Fl_Text_Buffer *text)
 {
-  fl_alert(text->file_encoding_warning_message);
+  fl_alert("%s", text->file_encoding_warning_message);
 }
 
 /*

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to