summaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-03-15 14:58:05 +0000
committerH.J. Lu <hjl@lucon.org>2007-03-15 14:58:05 +0000
commitc024460ee3af5ac1fd160d6ceeb8d1d3dc26f70c (patch)
tree07ede3935425369e903322bbdc84bfb9e742aca6 /gas/app.c
parente0de3f3c6c7b6c80d22233dda109148423c4aacc (diff)
downloadbinutils-redhat-c024460ee3af5ac1fd160d6ceeb8d1d3dc26f70c.tar.gz
2007-03-15 Alexandre Oliva <aoliva@redhat.com>
PR gas/4184 * app.c (do_scrub_chars): PUT after setting states.
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/app.c b/gas/app.c
index dc08f83523..d2308596dc 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
{