X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fpreprocess.c;h=0590f86df6e40cfd073100904f3ec5cfbe650f5f;hb=HEAD;hp=0243086fb16854d9c7555b13f4ad3f3b2b96c456;hpb=7421cfd8e28e70b5c4fcfdf7cb13adce94647b7d;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[])