mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-22 02:45:11 -04:00
[misc] fix the use of invalid "%luX" formatter
* "%luX" is invalid as "X" already means unsigned hexadecimal so there's no need for "u"
This commit is contained in:
parent
c2fc113f8a
commit
07497fc231
4 changed files with 10 additions and 10 deletions
|
@ -175,7 +175,7 @@ BOOL GetDevices(DWORD devnum)
|
|||
const char* genstor_name[] = {
|
||||
// Generic storage drivers (Careful now!)
|
||||
"SCSI", // "STORAGE", // "STORAGE" is used by 'Storage Spaces" and stuff => DANGEROUS!
|
||||
// Non-USB card reader drivers - *MUST* start with "SD" (delimiter)
|
||||
// Non-USB card reader drivers - This list *MUST* start with "SD" (delimiter)
|
||||
// See http://itdoc.hitachi.co.jp/manuals/3021/30213B5200e/DMDS0094.HTM
|
||||
// Also http://www.carrona.org/dvrref.php. NB: These should be reported
|
||||
// as enumerators by Rufus when Enum Debug is enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue