X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fprompter.c;h=c7eb95787faad7b09aad5bc1e4074972d9b2aa09;hb=b16c039dc21faa0d68a0ba45eab857895e82439b;hp=24f2d9f07d2eae50e18e27526b1d276fa573cce2;hpb=1e99819ed105950cd584c71fa4b2e36b038be102;p=mmh diff --git a/uip/prompter.c b/uip/prompter.c index 24f2d9f..c7eb957 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -184,7 +184,7 @@ abort: case FILEEOF2: fprintf(out, "--------\n"); if (qbody) { - if (!*f.value) { + if (f.value == NULL) { printf("--------\n"); goto has_no_body; }