]> git.notmuchmail.org Git - notmuch/commit
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)
commite0a8dee8bcf0785325c07fff5a11e8ec494826db
treeba4339c6a1a9191e1e52351bacbc210a2df8c13c
parent9439b217c349478b3603d5368f534acb1cd23974
Fix printf for when uint64_t != unsigned long long int

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
lib/database-private.h
lib/database.cc