mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[core] detect memory cards in card readers
* Also remove drives with no media from the list * Closes #18
This commit is contained in:
parent
897becd290
commit
36693d2144
6 changed files with 75 additions and 9 deletions
|
@ -134,7 +134,6 @@ static BOOL htab_create(uint32_t nel)
|
|||
nel += 2;
|
||||
|
||||
htab_size = nel;
|
||||
uprintf("localization: using %d entries hash table\n", nel);
|
||||
htab_filled = 0;
|
||||
|
||||
// allocate memory and zero out.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue