Bug fix: -chmod unintentionally performed o-x as first operation
This commit is contained in:
parent
e018925927
commit
1b6be38928
@ -5614,7 +5614,7 @@ int Xorriso_convert_modstring(struct XorrisO *xorriso, char *cmd, char *mode,
|
||||
unsigned int num= 0;
|
||||
mode_t mode_val,mask;
|
||||
|
||||
*mode_and= ~1;
|
||||
*mode_and= ~0;
|
||||
*mode_or= 0;
|
||||
if(mode[0]=='0') {
|
||||
*mode_and= 0;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.06.05.165023"
|
||||
#define Xorriso_timestamP "2008.06.06.083432"
|
||||
|
Loading…
Reference in New Issue
Block a user