]> git.notmuchmail.org Git - notmuch/commitdiff
Fix printf for when uint64_t != unsigned long long int
authorCarl Worth <cworth@cworth.org>
Tue, 9 Feb 2010 19:09:30 +0000 (11:09 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 9 Feb 2010 19:14:16 +0000 (11:14 -0800)
Thanks to Michal Sojka <sojkam1@fel.cvut.cz> for pointing out the
correct fix, which I verified in the freely-available WG14/N1124 draft
(from the C99 working group) which is available here:

http://www.open-std.org/JTC1/SC22/wg14/www/docs/n1124.pdf


No differences found