]> diplodocus.org Git - nmh/blobdiff - uip/mhparam.c
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / uip / mhparam.c
index a2a7489a1b2373959567b619bca6a1440511f4be..bf0dfae7bff973b7724f0bf5da2da8a0fe9e03cf 100644 (file)
@@ -235,7 +235,7 @@ main(int argc, char **argv)
            components = compp > 1;
 
        for (i = 0; i < compp; i++)  {
-           register char *value;
+           char *value;
 
            if (! strcmp ("spoollocking", comps[i])) {
                /* In case spoollocking was set in mts.conf. */