mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[misc] address various TODOs and improve UI
* display comprehensive partition information * improve tooltips * remove TODOs that are no longer relevant
This commit is contained in:
parent
af80c80917
commit
372b89ba3a
6 changed files with 57 additions and 41 deletions
|
@ -55,7 +55,6 @@ int libfat_readfile(intptr_t pp, void *buf, size_t secsize,
|
|||
!ReadFile((HANDLE) pp, buf, (DWORD)secsize, &bytes_read, NULL) ||
|
||||
bytes_read != secsize) {
|
||||
uprintf("Cannot read sector %u\n", sector);
|
||||
// TODO -1?
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue