From aced92cae4944d14c99374034f95fa570ce1769e Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Tue, 16 Nov 2010 15:48:54 -0800 Subject: modified output to match spec on error location. --- src/commit2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commit2.c b/src/commit2.c index 6d2270d..83236cd 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -1481,7 +1481,7 @@ validate_func(GNode *node, gpointer data) char *p = clind_unescape(path_buf); if (strlen(outbuf) > 0) { if (g_print_error_location_all == TRUE) { - fprintf(out_stream,"_errloc_:[ %s ] \n %s\n",p,outbuf); + fprintf(out_stream,"_errloc_:[%s]\n %s\n",p,outbuf); } else { fprintf(out_stream,"[ %s ] \n %s\n",p,outbuf); -- cgit v1.2.3