projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0ac0c
)
Make YAZ checks Emacs friendly
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 20 Jan 2009 10:44:50 +0000
(11:44 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 20 Jan 2009 10:44:50 +0000
(11:44 +0100)
src/test.c
patch
|
blob
|
history
diff --git
a/src/test.c
b/src/test.c
index
b09f847
..
c186bc5
100644
(file)
--- a/
src/test.c
+++ b/
src/test.c
@@
-191,7
+191,7
@@
void yaz_check_print1(int type, const char *file, int line,
}
if (printit)
{
- fprintf(get_file(), "%s:%d %s: ", file, line, msg);
+ fprintf(get_file(), "%s:%d: %s: ", file, line, msg);
fprintf(get_file(), "%s\n", expr);
}
if (log_tests)