diff options
author | Till Kamppeter <till.kamppeter@gmail.com> | 2010-08-10 19:07:55 +0200 |
---|---|---|
committer | Till Kamppeter <till.kamppeter@gmail.com> | 2010-08-10 19:07:55 +0200 |
commit | f14f89b26611aa52c15665850e882a7d0b0d6232 (patch) | |
tree | 6f805236601df7947aaa71d7d5e3891e2634244e /options.h | |
parent | 283a9086c95c9a3fc94cd807f23244ec965bb55a (diff) |
foomatic-filters 4.0.5-0ubuntu1
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |