aboutsummaryrefslogtreecommitdiff
path: root/src/form.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/form.cc')
-rw-r--r--src/form.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.cc b/src/form.cc
index 78f2e66d..05fa918d 100644
--- a/src/form.cc
+++ b/src/form.cc
@@ -1529,7 +1529,7 @@ void DilloHtmlReceiver::enter (dw::core::ui::Resource *resource)
/* The control can submit form. Show action URL. */
msg = URL_STR(form->action);
}
- a_UIcmd_set_msg(html->bw, msg);
+ a_UIcmd_set_msg(html->bw, "%s", msg);
}
/*