mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 14:35:21 -04:00
[ui] remember last selected device
* Closes #35 * Also update syslinux resources
This commit is contained in:
parent
a851d66e7c
commit
ce499c95d7
6 changed files with 33 additions and 20 deletions
|
@ -397,7 +397,7 @@ try_iso:
|
|||
goto out;
|
||||
}
|
||||
i_joliet_level = iso9660_ifs_get_joliet_level(p_iso);
|
||||
uprintf("Disc image is an ISO9660 image (Joliet = %d)\n", i_joliet_level);
|
||||
uprintf("Disc image is an ISO9660 image\n");
|
||||
if (scan_only) {
|
||||
if (iso9660_ifs_get_volume_id(p_iso, &vol_id)) {
|
||||
safe_strcpy(iso_report.label, sizeof(iso_report.label), vol_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue