Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
24751346
Topic
1141676
Board
Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Test v0.5
by
gjhiggins
on
17/11/2017, 17:08:15 UTC
Quote from: gjhiggins on November 12, 2017, 01:51:03 AM
gjhiggins introduced the PoB bug in the first place with an improper replacement of the C99 macro.
And even worse, it's not as if it wasn't explicitly specified in the code (
https://github.com/slimcoin-project/Slimcoin/blob/master/src/util.h#L90
) ...
#define PRI64d "lld"
#define PRI64u "llu"
#define PRI64x "llx"
Sigh. Aaanyway, I revisited the original committed changes and ensured that each was appropriately longlonged:
https://github.com/slimcoin-project/Slimcoin/commit/aaf3e387d39a1371c15adc811afdf0417246f22e
Cheers
Graham