mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(PRINTPREPARE): Really do set free_print_buffer.
This commit is contained in:
parent
08e8d2975c
commit
b3da2c73d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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; \
|
||||
} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue