]> git.marmaro.de Git - mmh/blobdiff - uip/prompter.c
fix segfault in prompter
[mmh] / uip / prompter.c
index 21ec5ced30543a44a11a5d9afd63917c84a1c70f..c715cb710445a8c039dff38b2c54c77d270369c4 100644 (file)
@@ -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;
                                }