From 4061927e10148290f821a3bce1b20870bf01534a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 15 Mar 2007 14:58:05 +0000 Subject: 2007-03-15 Alexandre Oliva PR gas/4184 * app.c (do_scrub_chars): PUT after setting states. --- gas/app.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gas/app.c') diff --git a/gas/app.c b/gas/app.c index dc08f83..d230859 100644 --- a/gas/app.c +++ b/gas/app.c @@ -510,11 +510,10 @@ do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen) ch = GET (); if (ch == '"') { - PUT (' '); - PUT (ch); quotechar = ch; state = 5; old_state = 3; + PUT (ch); } else { -- cgit v1.1