mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 14:58:26 -04:00
[sl] update to syslinux 4.06
* Also fixes MSVC 64 bit warnings in format.c and iso.c
This commit is contained in:
parent
22800bb8a5
commit
a352ad019d
8 changed files with 34 additions and 19 deletions
|
@ -459,7 +459,7 @@ out:
|
|||
iso_blocking_status = -1;
|
||||
if (scan_only) {
|
||||
// Remove trailing spaces from the label
|
||||
for (j=safe_strlen(iso_report.label)-1; ((j>=0)&&(isspace(iso_report.label[j]))); j--)
|
||||
for (j=(int)safe_strlen(iso_report.label)-1; ((j>=0)&&(isspace(iso_report.label[j]))); j--)
|
||||
iso_report.label[j] = 0;
|
||||
// We use the fact that UDF_BLOCKSIZE and ISO_BLOCKSIZE are the same here
|
||||
iso_report.projected_size = total_blocks * ISO_BLOCKSIZE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue