Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3da2c73
Commit
b3da2c73
authored
Nov 04, 1996
by
Richard M. Stallman
Browse files
(PRINTPREPARE): Really do set free_print_buffer.
parent
08e8d297
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/print.c
src/print.c
+1
-1
No files found.
src/print.c
View file @
b3da2c73
...
...
@@ -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; \
} \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment