From 19b4ca246ab3346a37e2d8045ad51385f0cf25f2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 27 Jul 2000 22:02:45 +0000 Subject: 12415: fix bug in last patch when quoting metafied field separator. --- Src/utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src') diff --git a/Src/utils.c b/Src/utils.c index 48218326b..689680f1c 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -1901,6 +1901,8 @@ findsep(char **s, char *sep, int quote) if (quote && *t == '\\' && isep(t[1] == Meta ? (t[2] ^ 32) : t[1])) { chuck(t); + if (*t == Meta) + t++; continue; } if (*t == Meta) { -- cgit 1.4.1