openbsd-ports/sysutils/safecat/patches/patch-tempfile_c

13 lines
544 B
Plaintext

$OpenBSD: patch-tempfile_c,v 1.1 2004/12/21 15:49:53 danh Exp $
--- tempfile.c.orig Tue Jul 1 10:03:01 2003
+++ tempfile.c Tue Dec 21 10:10:12 2004
@@ -26,7 +26,7 @@ void mk_tempfile(stralloc *tmpf) {
taia_tai(&now,&sec);
/* Record the second timestamp on the string. */
- secbuf[fmt_uint64(secbuf,(uint64) sec.x - 4611686018427387904)] = '\0';
+ secbuf[fmt_uint64(secbuf,(uint64) sec.x - 4611686018427387904ULL)] = '\0';
if (!stralloc_cats(tmpf, secbuf)) die_nomem();
/* Append the microsecond timestamp to the string. */