mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
Fix some format string for 64 bit
This commit is contained in:
parent
824654e2fb
commit
5906f1ab54
@ -2873,7 +2873,7 @@ void opencl_ctx_devices_show (hashcat_ctx_t *hashcat_ctx)
|
||||
" Version : %s" EOL
|
||||
" Processor(s) : %u" EOL
|
||||
" Clock : %u" EOL
|
||||
" Memory : %lu/%lu MB allocatable" EOL
|
||||
" Memory : %" PRIu64 "/%" PRIu64 " MB allocatable" EOL
|
||||
" OpenCL Version : %s" EOL
|
||||
" Driver Version : %s" EOL
|
||||
"" EOL,
|
||||
|
Loading…
Reference in New Issue
Block a user