summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index ec398ea63..29e2c17e3 100644
--- a/src/od.c
+++ b/src/od.c
@@ -1470,7 +1470,7 @@ dump_strings (void)
{
if (i == bufsize)
{
- buf = x2nrealloc (buf, &bufsize, sizeof *buf);
+ buf = x2realloc (buf, &bufsize);
}
ok &= read_char (&c);
address++;