From 87d1c907559c1962db2db0e5a5b92c016719bace Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Tue, 9 Nov 2010 11:40:29 -0800 Subject: modify formatting options for GUI client on -x option. Set option on GUI invoked commit. --- src/commit2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/commit2.c b/src/commit2.c index b33d6c0..2f9be94 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -592,7 +592,8 @@ process_func(GNode *node, gpointer data) char *p = clind_unescape(path_buf); if (strlen(outbuf) > 0) { - fprintf(out_stream,"[ %s ] \n %s\n",p,outbuf); + //currently set to format option for GUI client. + fprintf(out_stream,"_errloc_:[%s]\n%s\n",p,outbuf); } } } -- cgit v1.2.3