Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d...
authorLuke Dashjr <luke-jr+git@utopios.org>
Sun, 6 May 2012 05:27:08 +0000 (05:27 +0000)
committerLuke Dashjr <luke-jr+git@utopios.org>
Sun, 6 May 2012 05:27:08 +0000 (05:27 +0000)
commit607739befb6d4a647f03ed049b12222b1530f43c
treef417a3d365cda3029ef4926d301902072dc2eb1b
parentad5a4c7c471912aa0bef52c33a1abfb01fe6d89d
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12"PRI64d" instead

Conflicts:

src/walletdb.cpp
src/db.cpp
src/main.cpp