aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/print.c b/src/print.c
index b79f2fc3502..7a900a108c1 100644
--- a/src/print.c
+++ b/src/print.c
@@ -514,11 +514,6 @@ print_string (string, printcharfun)
514 int len; 514 int len;
515 int ch = STRING_CHAR_AND_LENGTH (XSTRING (string)->data + i, 515 int ch = STRING_CHAR_AND_LENGTH (XSTRING (string)->data + i,
516 size_byte - i, len); 516 size_byte - i, len);
517 if (!CHAR_VALID_P (ch, 0))
518 {
519 ch = XSTRING (string)->data[i];
520 len = 1;
521 }
522 PRINTCHAR (ch); 517 PRINTCHAR (ch);
523 i += len; 518 i += len;
524 } 519 }