Ticket #49745: patch-csl-cslbase-print.c.diff

File patch-csl-cslbase-print.c.diff, 304 bytes (added by mbrethen, 8 years ago)
  • csl/cslbase/print.c

    old new  
    102102 *
    103103 * The 1999 C standard introduced vsnprintf and solves this worry!
    104104 */
    105 #define VPRINTF_CHUNK 256
     105#define VPRINTF_CHUNK 2048
    106106
    107107void ensure_screen()
    108108{