import gdb-1999-06-21 snapshot

This commit is contained in:
Jason Molenda
1999-06-21 13:27:42 +00:00
parent a8e53fb060
commit 9e0b60a847
18 changed files with 2891 additions and 110 deletions

View File

@@ -442,8 +442,8 @@ print_scalar_formatted (valaddr, type, format, size, stream)
break;
case 'c':
value_print (value_from_longest (builtin_type_char, val_long), stream, 0,
Val_pretty_default);
value_print (value_from_longest (builtin_type_true_char, val_long),
stream, 0, Val_pretty_default);
break;
case 'f':