From: Adam Dickmeiss Date: Tue, 20 Jan 2009 10:44:50 +0000 (+0100) Subject: Make YAZ checks Emacs friendly X-Git-Tag: v3.0.42~10 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8be4cad726760fbc18b83b1ae8af3790dcf31c81;hp=bf0ac0c751ab677318e0a92a8e40145e0e4623b9;ds=sidebyside Make YAZ checks Emacs friendly --- diff --git a/src/test.c b/src/test.c index b09f847..c186bc5 100644 --- 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)