Yann E. MORIN. writes:
authorMike Frysinger <vapier@gentoo.org>
Fri, 26 May 2006 02:05:19 +0000 (02:05 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 26 May 2006 02:05:19 +0000 (02:05 -0000)
commit314c739b07ea860519cabcdffea73db2b0c3a07a
tree37d97e241d6fcc6a80fa30c5e968c4899f55c862
parent4f93a634673c25b052f9908fe5c43a6235680652
Yann E. MORIN. writes:
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...
miscutils/hdparm.c