gdb/
[deliverable/binutils-gdb.git] / gas / input-scrub.c
index 04a8c1a9c520432722947e58e4e93bc67e9fd36b..8562ee25dff38c8ac0fc116859125fd7d7bb9779 100644 (file)
@@ -17,8 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GAS; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include <errno.h>             /* Need this to make errno declaration right */
 #include "as.h"
@@ -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.041868 seconds and 4 git commands to generate.