summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-11-04 16:35:44 +0000
committerRichard M. Stallman <rms@gnu.org>1996-11-04 16:35:44 +0000
commit906a9c7c342663bb8fc5e132bdfd9f5020671135 (patch)
treeaa2667cac23563223f1331eb9a80f006a2cae088 /src/print.c
parent3fb26cef01a1ad0492d414eb41546d26dd4890e9 (diff)
downloademacs-906a9c7c342663bb8fc5e132bdfd9f5020671135.tar.gz
(PRINTPREPARE): Really do set free_print_buffer.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 5d87c1ad612..1bea06e8b67 100644
--- a/src/print.c
+++ b/src/print.c
@@ -203,7 +203,7 @@ glyph_to_str_cpy (glyphs, str)
{ \
print_buffer_size = 1000; \
print_buffer = (char *) xmalloc (print_buffer_size); \
- free_print_buffer = 0; \
+ free_print_buffer = 1; \
} \
print_buffer_pos = 0; \
} \