summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-12-15 10:04:36 +0000
committerManolo Gouy <Manolo>2010-12-15 10:04:36 +0000
commitd2cbe9abf72ec8775061c2d6540b1eb3e44b4840 (patch)
treea6f544e99ec1529ac3b95a0204bbae022d2a269d /src
parent999c43abb3a5573f7c03737e7211c2fcaf44ba96 (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.cxx2
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);
}
/*