blob: 1dc2878d7214453851f7510b724e2032ec4e734a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
=== modified file 'agen5/tpProcess.c'
--- agen5/tpProcess.c 2010-04-21 18:55:14 +0000
+++ agen5/tpProcess.c 2010-04-21 18:55:48 +0000
@@ -318,7 +318,7 @@
char const * pzOutFile = NULL;
if (strcmp( pOutSpec->zSuffix, "null" ) == 0) {
- static int const flags = FPF_NOUNLINK;
+ static int const flags = FPF_NOUNLINK | FPF_NOCHMOD;
null_open:
open_output_file(zDevNull, sizeof(zDevNull)-1, write_mode, flags);
return;
|