1 Upstream-Status: Inappropriate [distribution]
3 Make ghost script work with long building directory
5 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
8 ==============================================================
11 @@ -682,7 +682,7 @@ read_dev(config_t * pconf, const char *arg)
15 -#define MAX_TOKEN 256
16 +#define MAX_TOKEN 512
17 char *token = malloc(MAX_TOKEN + 1);
18 char *category = malloc(MAX_TOKEN + 1);