openbsd-ports/graphics/xv/patches/patch-xvfits_c
sturm 06cb6c48c0 Add some sanity checking in XV. Patches from Marcus Meissner
adapted by rohee@ by way of millert@

while here, adapt patches to regular naming scheme
2004-09-21 18:46:03 +00:00

13 lines
431 B
Plaintext

$OpenBSD: patch-xvfits_c,v 1.1 2004/09/21 18:46:04 sturm Exp $
--- xvfits.c.orig Wed Dec 28 08:43:29 1994
+++ xvfits.c Tue Sep 21 06:50:29 2004
@@ -235,7 +235,7 @@ static int splitfits(image, comment, nx,
sprintf(basename, "Sys$Disk:[]xvpgXXXXXX");
#endif
- mktemp(basename);
+ close(mkstemp(basename));
if (basename[0] == '\0') {
SetISTR(ISTR_WARNING, "%s", "Unable to build temporary filename");
return 1;