mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-21 18:35:26 -04:00
[iso] fix a libcdio memleak for RR symlinks
* Also handle symlinks more gracefully by telling the user that they are ignored * Also tell the user which extensions will be used on extraction
This commit is contained in:
parent
417d3abe58
commit
1757e6f081
4 changed files with 33 additions and 13 deletions
|
@ -235,6 +235,7 @@ typedef struct {
|
|||
uint8_t winpe;
|
||||
BOOL has_4GB_file;
|
||||
BOOL has_long_filename;
|
||||
BOOL has_symlinks;
|
||||
BOOL has_bootmgr;
|
||||
BOOL has_efi;
|
||||
BOOL has_win7_efi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue