1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-20 03:22:06 +00:00

Fix some format string for 64 bit

This commit is contained in:
jsteube 2016-10-25 15:51:44 +02:00
parent 824654e2fb
commit 5906f1ab54

View File

@ -2873,7 +2873,7 @@ void opencl_ctx_devices_show (hashcat_ctx_t *hashcat_ctx)
" Version : %s" EOL " Version : %s" EOL
" Processor(s) : %u" EOL " Processor(s) : %u" EOL
" Clock : %u" EOL " Clock : %u" EOL
" Memory : %lu/%lu MB allocatable" EOL " Memory : %" PRIu64 "/%" PRIu64 " MB allocatable" EOL
" OpenCL Version : %s" EOL " OpenCL Version : %s" EOL
" Driver Version : %s" EOL " Driver Version : %s" EOL
"" EOL, "" EOL,