From dabff9ab6f89a1ec36461022a811c1f10cd09f17 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 26 Oct 2011 01:11:22 -0400 Subject: * match.c (v_cat): Bugfix: unterminated variable argument list. * tests/001/query-3.txr: Updated to new cat syntax. --- match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'match.c') diff --git a/match.c b/match.c index 4b163af8..92baac50 100644 --- a/match.c +++ b/match.c @@ -2246,7 +2246,7 @@ static val v_cat(match_files_ctx c, match_files_ctx *cout) val sep_form = third(first_spec); if (rest(specline)) - sem_error(spec_linenum, lit("cat: obsolete syntax")); + sem_error(spec_linenum, lit("obsolete cat syntax: trailing material"), nao); if (!bindable(sym)) { sem_error(spec_linenum, -- cgit v1.2.3