X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8a0176e1ef5612725f97baec519775c72468ab55..e19df85ee3edbc78b6029aa2344bb62bf4270747:/uip/mkstemp.c diff --git a/uip/mkstemp.c b/uip/mkstemp.c index d594c362..8139fec7 100644 --- a/uip/mkstemp.c +++ b/uip/mkstemp.c @@ -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';