diff options
| author | Manolo Gouy <Manolo> | 2010-12-15 10:04:36 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-15 10:04:36 +0000 |
| commit | d2cbe9abf72ec8775061c2d6540b1eb3e44b4840 (patch) | |
| tree | a6f544e99ec1529ac3b95a0204bbae022d2a269d /src | |
| parent | 999c43abb3a5573f7c03737e7211c2fcaf44ba96 (diff) | |
Removed compilation warning.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8032 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Text_Buffer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Text_Buffer.cxx b/src/Fl_Text_Buffer.cxx index f31bd13d1..1d17ab120 100644 --- a/src/Fl_Text_Buffer.cxx +++ b/src/Fl_Text_Buffer.cxx @@ -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); } /* |
