summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-12 23:59:59 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-12 23:59:59 +0000
commitb93f686655e871d7bfec9c7601cf3c175008041a (patch)
treee70ef6cfe914e7baf25206871b6be3cd9db81146
parentae5f174ef163734c61c0d30b32f5564cfba02666 (diff)
downloadsamba-b93f686655e871d7bfec9c7601cf3c175008041a.tar.gz
samba-b93f686655e871d7bfec9c7601cf3c175008041a.tar.xz
samba-b93f686655e871d7bfec9c7601cf3c175008041a.zip
%\ is an interesting printf argument, but I prefer %s
-rw-r--r--source/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 852d7c09333..30150815fe6 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -611,7 +611,7 @@ static BOOL change_password(const char *remote_machine, char *user_name,
msg_str, sizeof(msg_str));
if(*msg_str)
- printf("%\n<p>", msg_str);
+ printf("%s\n<p>", msg_str);
if(*err_str)
printf("%s\n<p>", err_str);