X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fpreprocess.c;h=0590f86df6e40cfd073100904f3ec5cfbe650f5f;hb=0cdadf2ba711b68b80be400673acb9fe6ab1c650;hp=0243086fb16854d9c7555b13f4ad3f3b2b96c456;hpb=de4dec179b90be2dba23832366bb1ecbdd72dcde;p=carl9170fw.git diff --git a/config/preprocess.c b/config/preprocess.c index 0243086..0590f86 100644 --- a/config/preprocess.c +++ b/config/preprocess.c @@ -114,7 +114,7 @@ static char *do_error_if(int argc, char *argv[]) if (!strcmp(argv[0], "y")) pperror("%s", argv[1]); - return NULL; + return xstrdup(""); } static char *do_filename(int argc, char *argv[])