From f14f89b26611aa52c15665850e882a7d0b0d6232 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 10 Aug 2010 19:07:55 +0200 Subject: foomatic-filters 4.0.5-0ubuntu1 --- options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options.h') diff --git a/options.h b/options.h index cb059ae..db7c3e9 100644 --- a/options.h +++ b/options.h @@ -55,7 +55,7 @@ typedef struct choice_s { char value [128]; char text [128]; - char command[1024]; + char command[65536]; struct choice_s *next; } choice_t; @@ -125,8 +125,8 @@ extern char jcltointerpreter[256]; extern char jclend[256]; extern char jclprefix[256]; -extern char cmd[1024]; -extern char cmd_pdf[1024]; +extern char cmd[4096]; +extern char cmd_pdf[4096]; extern int ps_accounting; -- cgit v1.2.3