mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-07-24 10:48:12 +00:00
Fix the disk_write logic error (#3693)
This is indeed a logic error, but actually it does not take effect so it does not cause any install/update failure.
This commit is contained in:
@@ -228,6 +228,7 @@ DRESULT disk_write (
|
||||
return RES_OK;
|
||||
}
|
||||
|
||||
buff += 512;
|
||||
sector++;
|
||||
count--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user