New -lfa_flags mode restore_error=
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2024 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@@ -1032,8 +1032,10 @@ int Permstack_pop(struct PermiteM **o, struct PermiteM *stopper,
|
||||
}
|
||||
}
|
||||
|
||||
if((m->immutable & 1) && !(flag & 4))
|
||||
if((m->immutable & 1) && !(flag & 4)) {
|
||||
/* It seems tradition here to just complain but to go on to return 1 */
|
||||
Xorriso_set_local_chattr_i(xorriso, m->disk_path, 0);
|
||||
}
|
||||
|
||||
m_next= m->next;
|
||||
free(m->disk_path);
|
||||
|
Reference in New Issue
Block a user