]> diplodocus.org Git - nmh/blobdiff - uip/mkstemp.c
Add -initialtls/-notls flags to msgchk.
[nmh] / uip / mkstemp.c
index d594c3621313f3da0ff829c87b7551787c752cf9..8139fec789b4c5714158a8c50ee9aef9271ee4fa 100644 (file)
@@ -104,7 +104,7 @@ build_template(const char *directory, const char *prefix, const char *suffix) {
         tp += sizeof pattern - 1;
 
         (void) strncpy(tp, suffix, suffix_len);
-        tp += suffix_len;
+        /* tp += suffix_len; */
 
         template[len-1] = '\0';