From 8be4cad726760fbc18b83b1ae8af3790dcf31c81 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Jan 2009 11:44:50 +0100 Subject: [PATCH 1/1] Make YAZ checks Emacs friendly --- src/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4