From a36d34531d79e34d314f5346c63153c788acdd1b Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 30 Aug 2009 16:51:16 +0200 Subject: [PATCH] Update to most recent Gnulib --- src/data/make-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/make-file.c b/src/data/make-file.c index 2162741a..f5cda498 100644 --- a/src/data/make-file.c +++ b/src/data/make-file.c @@ -177,7 +177,7 @@ replace_file_start (const char *file_name, const char *mode, { /* Generate unique temporary file name. */ rf->tmp_name = xasprintf ("%s.tmpXXXXXX", file_name); - if (gen_tempname (rf->tmp_name, GT_NOCREATE) < 0) + if (gen_tempname (rf->tmp_name, 0600, GT_NOCREATE) < 0) { msg (ME, _("Creating temporary file to replace %s: %s."), rf->file_name, strerror (errno)); -- 2.30.2