diff options
Diffstat (limited to 'src/win32')
| -rw-r--r-- | src/win32/posix_w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/posix_w32.c b/src/win32/posix_w32.c index f51e1e546..8617e45e9 100644 --- a/src/win32/posix_w32.c +++ b/src/win32/posix_w32.c @@ -832,7 +832,7 @@ int p_mkstemp(char *tmp_path) return -1; #endif - return p_open(tmp_path, O_RDWR | O_CREAT | O_EXCL, 0744); //-V536 + return p_open(tmp_path, O_RDWR | O_CREAT | O_EXCL, 0744); /* -V536 */ } int p_access(const char* path, mode_t mode) |
