From 0a22eb0e0c76892ff0397996f451e9bf78dd3d02 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 11 Jul 2006 15:36:37 +0000 Subject: 22546: fix {myfd}>... bug and tweak tests --- Src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index 17a24f2e9..7063599b4 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -1603,7 +1603,7 @@ par_simple(int *complex, int nr) if (*ptr == Outbrace && ptr > tokstr + 1) { - if (itype_end(tokstr, IIDENT, 0) >= ptr - 1) + if (itype_end(tokstr+1, IIDENT, 0) >= ptr - 1) { char *toksave = tokstr; char *idstring = dupstrpfx(tokstr+1, eptr-tokstr-1); -- cgit 1.4.1