tp += sizeof pattern - 1;
(void) strncpy(tp, suffix, suffix_len);
- tp += suffix_len;
+ /* tp += suffix_len; */
template[len-1] = '\0';
return template;
- } else {
- perror("malloc");
- return NULL;
}
+
+ perror("malloc");
+ return NULL;
}
NMH_UNUSED(suffix);
# endif /* ! HAVE_MKSTEMPS */
- if (nmh_init(argv[0], 1)) { done(NOTOK); }
+ if (nmh_init(argv[0], 2)) { done(NOTOK); }
arguments = getarguments (invo_name, argc, argv, 1);
argp = arguments;