X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe99e2858a1c58e8e0e9484d6415cdf2d40cf043..6f841509cecded593e8e7c20d4a9e23ed29e5fa1:/src/common/file.cpp?ds=sidebyside diff --git a/src/common/file.cpp b/src/common/file.cpp index f563a5cd3d..b29367e389 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -523,11 +523,11 @@ bool wxTempFile::Open(const wxString& strName) { // file probably didn't exist, just create with default mode _using_ // user's umask (new files creation should respet umask) - changedUmask = TRUE; + changedUmask = FALSE; } #endif // Unix - bool ok = m_file.Open(m_strTemp, wxFile::write, access); + bool ok = m_file.Open(m_strTemp, wxFile::write, access); #ifdef __UNIX__ if ( changedUmask )