1 Upstream-Status: Accepted
3 Make ghost script work with long building directory
5 This patch has been accepted by upstream and should be removed
6 at the next update of ghostscript.
8 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
11 ==============================================================
14 @@ -682,7 +682,7 @@ read_dev(config_t * pconf, const char *arg)
18 -#define MAX_TOKEN 256
19 +#define MAX_TOKEN 512
20 char *token = malloc(MAX_TOKEN + 1);
21 char *category = malloc(MAX_TOKEN + 1);