Removed compilation warning.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8032 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
999c43abb3
commit
d2cbe9abf7
@ -105,7 +105,7 @@ static void undobuffersize(int n)
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user