Finalize 2.3.0.0

Fix permission setting for other
Add new fix permissions to GUI actions
Update version number
This commit is contained in:
Dees_Troy
2012-10-10 10:26:54 -04:00
parent a0f8a59aa1
commit 6480ce0f2a
3 changed files with 7 additions and 17 deletions
+2 -2
View File
@@ -157,9 +157,9 @@ int fixPermissions::pchmod(string fn, string mode) {
mask |= S_IXOTH;
}
if (mode[n] == '2')
mask |= S_IWGRP;
mask |= S_IWOTH;
if (mode[n] == '1')
mask |= S_IXGRP;
mask |= S_IXOTH;
}
}