Bug fix: -chmod unintentionally performed o-x as first operation

This commit is contained in:
Thomas Schmitt 2008-06-06 08:34:02 +00:00
parent b595c7f836
commit cada9d4ba3
2 changed files with 2 additions and 2 deletions

View File

@ -5614,7 +5614,7 @@ int Xorriso_convert_modstring(struct XorrisO *xorriso, char *cmd, char *mode,
unsigned int num= 0; unsigned int num= 0;
mode_t mode_val,mask; mode_t mode_val,mask;
*mode_and= ~1; *mode_and= ~0;
*mode_or= 0; *mode_or= 0;
if(mode[0]=='0') { if(mode[0]=='0') {
*mode_and= 0; *mode_and= 0;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.06.05.165023" #define Xorriso_timestamP "2008.06.06.083432"