fix for the fix for the umask fix in wxTempFile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -523,7 +523,7 @@ bool wxTempFile::Open(const wxString& strName)
|
|||||||
{
|
{
|
||||||
// file probably didn't exist, just create with default mode _using_
|
// file probably didn't exist, just create with default mode _using_
|
||||||
// user's umask (new files creation should respet umask)
|
// user's umask (new files creation should respet umask)
|
||||||
changedUmask = TRUE;
|
changedUmask = FALSE;
|
||||||
}
|
}
|
||||||
#endif // Unix
|
#endif // Unix
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user