dyne / tomb

the Crypto Undertaker
https://dyne.org/software/tomb
GNU General Public License v3.0
1.32k stars 151 forks source link

Fix hexencode compilation warning caused by wrong type #480

Closed nerun closed 1 year ago

nerun commented 1 year ago

I know tomb-kdb-hexencode was never used (as revealed in issue #471), but I recently compiled the kdf-keys and got this warning:

hexencode

This PR change %x to %s as should be, as explained in TutorialsPoint - C library function - sscanf().

No need, i know. Just to keep things working.