snap
snap copied to clipboard
Fix compilation errors in C++11.
There are two occurrences of unsigned _int64
in the codebase, which were obviously meant to be _uint64
.
Then there's an assignment of a char
to a char*
.
I'm not sure whether that fix is correct regarding what the code was supposed to do, but it fixes compilation problems.
Can one of the admins verify this patch?
Can one of the admins verify this patch?