git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff4cb5
)
fix "dubious escape" warning of Studio compiler
author
Björn Jacke
<bj@sernet.de>
Sun, 8 Mar 2009 14:36:41 +0000
(15:36 +0100)
committer
Volker Lendecke
<vl@samba.org>
Mon, 9 Mar 2009 09:47:30 +0000
(10:47 +0100)
source3/lib/smbconf/testsuite.c
patch
|
blob
|
history
diff --git
a/source3/lib/smbconf/testsuite.c
b/source3/lib/smbconf/testsuite.c
index b31dec0438dced9dd720e1b77d7814ea684a45e5..c83eeb805de506ce1359892956a4db665ce0a4ce 100644
(file)
--- a/
source3/lib/smbconf/testsuite.c
+++ b/
source3/lib/smbconf/testsuite.c
@@
-214,7
+214,7
@@
static bool torture_smbconf_txt(void)
printf("TEST: init\n");
werr = smbconf_init_txt(mem_ctx, &conf_ctx, filename);
if (!W_ERROR_IS_OK(werr)) {
- printf("FAIL: text backend
\[
failed: %s\n", win_errstr(werr));
+ printf("FAIL: text backend failed: %s\n", win_errstr(werr));
ret = false;
goto done;
}