* m2-exp.y (m2_printstr): Forgot to change reference of
authorFred Fish <fnf@specifix.com>
Sat, 21 Nov 1992 16:27:58 +0000 (16:27 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 21 Nov 1992 16:27:58 +0000 (16:27 +0000)
c_printchar to m2_printchar.

gdb/m2-exp.y

index ae92d96faf9f4c1b0349cd2a3afde9e80d468672..85488cf44002a46202072cccb7abb976566c09aa 100644 (file)
@@ -1306,7 +1306,7 @@ m2_printstr (stream, string, length, force_ellipses)
                fputs_filtered ("\", ", stream);
              in_quotes = 0;
            }
-         c_printchar (string[i], stream);
+         m2_printchar (string[i], stream);
          fprintf_filtered (stream, " <repeats %u times>", reps);
          i = rep1 - 1;
          things_printed += repeat_count_threshold;
This page took 0.025763 seconds and 4 git commands to generate.