aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
203 { \ 203 { \
204 print_buffer_size = 1000; \ 204 print_buffer_size = 1000; \
205 print_buffer = (char *) xmalloc (print_buffer_size); \ 205 print_buffer = (char *) xmalloc (print_buffer_size); \
206 free_print_buffer = 0; \ 206 free_print_buffer = 1; \
207 } \ 207 } \
208 print_buffer_pos = 0; \ 208 print_buffer_pos = 0; \
209 } \ 209 } \