Ticket #49745: patch-csl-cslbase-print.c.diff
File patch-csl-cslbase-print.c.diff, 304 bytes (added by mbrethen, 9 years ago) |
---|
-
csl/cslbase/print.c
old new 102 102 * 103 103 * The 1999 C standard introduced vsnprintf and solves this worry! 104 104 */ 105 #define VPRINTF_CHUNK 2 56105 #define VPRINTF_CHUNK 2048 106 106 107 107 void ensure_screen() 108 108 {