]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
handle hghsel lowsel and numsel in (un)set_selected
[mmh] / uip / slocal.c
index eac77e4973d505e9621ef8b2ca2528fcdb6219a9..ca267fa54bb7b9e1fb3e52455765fc29dbeee88c 100644 (file)
@@ -760,7 +760,6 @@ parse(int fd)
                switch (state = m_getfld(state, name, field, sizeof(field),
                                in)) {
                case FLD:
-               case FLDEOF:
                case FLDPLUS:
                        lp = getcpy(field);
                        while (state == FLDPLUS) {
@@ -795,13 +794,9 @@ parse(int fd)
                                p++, i++;
                                p->p_name = NULL;
                        }
-                       if (state != FLDEOF) {
-                               continue;
-                       }
-                       break;
+                       continue;
 
                case BODY:
-               case BODYEOF:
                case FILEEOF:
                        break;