adjust handling of too long lines in m_getfld2
[mmh] / uip / prompter.c
index 24f2d9f..c7eb957 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;
                                }