]> spindle.queued.net Git - midori/commit
Use %%llu with sqlite3_mprintf since it expects that even on Windows
authorPeter de Ridder <peter@xfce.org>
Thu, 19 Nov 2009 22:49:28 +0000 (23:49 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 19 Nov 2009 22:52:01 +0000 (23:52 +0100)
commit5580b62e00d1969342cbdecf53472a8a76e2ea14
tree2e4a24134f990d90aa084cfc20224fec40b7e43d
parent974ba431d813dea557179a21a02e6084a5b7c4db
Use %%llu with sqlite3_mprintf since it expects that even on Windows

Apparently the formats sqlite3 supports are not the same as the
runtime library printf supports.
midori/main.c