X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fprompter.c;h=c715cb710445a8c039dff38b2c54c77d270369c4;hp=21ec5ced30543a44a11a5d9afd63917c84a1c70f;hb=fc1b00d424f47972a8311b3706304258e111d8d4;hpb=a87df3543d3bc128ba4079d1f95638476ba5ca50 diff --git a/uip/prompter.c b/uip/prompter.c index 21ec5ce..c715cb7 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; }