]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
Make the -fcc switch to repl actually work properly, and make sure that
[nmh] / uip / mhparse.c
index 5b1758d086d730570d2f23e931e404086c8086f5..85c3292443097a9f8df0b31dd0b6199f2492048c 100644 (file)
@@ -662,7 +662,7 @@ get_ctinfo (char *cp, CT ct, int magic)
                TYPE_FIELD, ct->c_file);
        return NOTOK;
     }
-    ToLower(ci->ci_type);
+    to_lower(ci->ci_type);
 
     while (isspace ((unsigned char) *cp))
        cp++;
@@ -697,7 +697,7 @@ get_ctinfo (char *cp, CT ct, int magic)
                TYPE_FIELD, ct->c_file, ci->ci_type);
        return NOTOK;
     }
-    ToLower(ci->ci_subtype);
+    to_lower(ci->ci_subtype);
 
 magic_skip:
     while (isspace ((unsigned char) *cp))