projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83413c5
)
Revert previous erroneous checkin.
author
Christopher Faylor
<me+cygwin@cgf.cx>
Sat, 20 Oct 2001 05:13:45 +0000
(
05:13
+0000)
committer
Christopher Faylor
<me+cygwin@cgf.cx>
Sat, 20 Oct 2001 05:13:45 +0000
(
05:13
+0000)
gdb/valprint.c
patch
|
blob
|
history
diff --git
a/gdb/valprint.c
b/gdb/valprint.c
index 5af31ead82c04da503b9daef962df5d106ba6758..3feb91564d0ac8ad58b08645c36ec8d0f2ae15fc 100644
(file)
--- a/
gdb/valprint.c
+++ b/
gdb/valprint.c
@@
-1149,7
+1149,6
@@
val_print_string (CORE_ADDR addr, int len, int width, struct ui_file *stream)
found_nul = 0;
old_chain = make_cleanup (null_cleanup, 0);
- bufptr = NULL;
if (len > 0)
{
buffer = (char *) xmalloc (len * width);