summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorTill Kamppeter <till.kamppeter@gmail.com>2010-08-10 19:07:55 +0200
committerTill Kamppeter <till.kamppeter@gmail.com>2010-08-10 19:07:55 +0200
commitf14f89b26611aa52c15665850e882a7d0b0d6232 (patch)
tree6f805236601df7947aaa71d7d5e3891e2634244e /options.h
parent283a9086c95c9a3fc94cd807f23244ec965bb55a (diff)
foomatic-filters 4.0.5-0ubuntu1
Diffstat (limited to 'options.h')
-rw-r--r--options.h6
1 files changed, 3 insertions, 3 deletions
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;