[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:
Pete Batard 2016-06-02 21:20:29 +01:00
parent c2fc113f8a
commit 07497fc231
4 changed files with 10 additions and 10 deletions

View file

@ -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