commit | 314c739b07ea860519cabcdffea73db2b0c3a07a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri May 26 02:05:19 2006 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri May 26 02:05:19 2006 +0000 |
tree | 37d97e241d6fcc6a80fa30c5e968c4899f55c862 | |
parent | 4f93a634673c25b052f9908fe5c43a6235680652 [diff] |
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...