aboutsummaryrefslogtreecommitdiff
path: root/gas/input-scrub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/input-scrub.c')
-rw-r--r--gas/input-scrub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/input-scrub.c b/gas/input-scrub.c
index 32c39cd..8562ee2 100644
--- a/gas/input-scrub.c
+++ b/gas/input-scrub.c
@@ -279,7 +279,7 @@ input_scrub_include_sb (sb *from, char *position, int is_expansion)
/* Add the sentinel required by read.c. */
sb_add_char (&from_sb, '\n');
}
- sb_add_sb (&from_sb, from);
+ sb_scrub_and_add_sb (&from_sb, from);
sb_index = 1;
/* These variables are reset by input_scrub_push. Restore them