include/elf:
[deliverable/binutils-gdb.git] / gas / input-scrub.c
index 32c39cdefe4e3813917d8ac200c2090b3baca401..8562ee25dff38c8ac0fc116859125fd7d7bb9779 100644 (file)
@@ -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
This page took 0.026722 seconds and 4 git commands to generate.