Skip to content

Remove bogus HParser * constness and non-portable %lld format string; fixes issue 59

Andrea Shepard requested to merge andrea/hammer:ticket_59 into master

Quick patch to clean up examples/base64.c to not bogusly make its HParser pointers const and thus actually build. Also fixes a use of %lld for int64_t that is incorrect on 64-bit machines. Fixes issue #59 (closed).

Merge request reports