Revert previous erroneous checkin.

This commit is contained in:
Christopher Faylor
2001-10-20 05:14:16 +00:00
parent da825dc05d
commit 6e12b9131a

View File

@@ -1148,7 +1148,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);