diff options
Diffstat (limited to 'gdb/command.c')
-rw-r--r-- | gdb/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.c b/gdb/command.c index 9c19433..e12db1b 100644 --- a/gdb/command.c +++ b/gdb/command.c @@ -1081,7 +1081,7 @@ do_setshow_command (arg, from_tty, c) unsigned char *p; fputs_filtered ("\"", stdout); for (p = *(unsigned char **) c->var; *p != '\0'; p++) - printchar (*p, stdout, '"'); + gdb_printchar (*p, stdout, '"'); fputs_filtered ("\"", stdout); } break; |