From fc3ae1bf1c9a84abc07c3f4f75247de40b11b02e Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Mon, 6 Dec 2010 10:00:37 -0800 Subject: handle case for non-commit client with latest error location changes. --- src/cli_new.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/cli_new.c b/src/cli_new.c index 821d21b..994280b 100644 --- a/src/cli_new.c +++ b/src/cli_new.c @@ -1276,6 +1276,9 @@ static boolean check_syn_func(vtw_node *cur,const char *prepend_msg,boolean form OUTPUT_USER("_errloc_:[%s]\n%s\n\n",prepend_msg,exe_string); } } + else { + OUTPUT_USER("%s\n",exe_string); + } } } } -- cgit v1.2.3