From 6a1a5b78f6eac1af3e4565b699370216033ec79e Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Mon, 11 Feb 2013 18:35:25 -0700 Subject: [PATCH] SourceFormat Enforcement --- src/tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.cc b/src/tools.cc index b8fcc5f031..524f59c23d 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -147,7 +147,7 @@ mail_warranty(void) // XXX tempnam is obsolete since POSIX.2008-1 // tmpfile is not an option, we want the created files to stick around if ((filename = tempnam(NULL, APP_SHORTNAME)) == NULL || - (fp = fopen(filename, "w")) == NULL) { + (fp = fopen(filename, "w")) == NULL) { umask(prev_umask); return; } -- 2.47.2