mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
314c739b07
hdparm has a uint64_t passed to printf with a %llu format (which is ok, because it's the same size), but without first being casted(?) to unsigned long long int. Which is kinda funny because it's done OK on a few lines above...