aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 3fe085caac8..8910b66e4d3 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4254,7 +4254,7 @@ usage: (format STRING &rest OBJECTS) */)
4254 memcpy (buf, initial_buffer, used); 4254 memcpy (buf, initial_buffer, used);
4255 } 4255 }
4256 else 4256 else
4257 XSAVE_POINTER (buf_save_value) = buf = xrealloc (buf, bufsize); 4257 XSAVE_POINTER (buf_save_value, 0) = buf = xrealloc (buf, bufsize);
4258 4258
4259 p = buf + used; 4259 p = buf + used;
4260 } 4260 }