<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p>I did–however–notice that the usage of PRId64 is wrong on the particular line in question, so this problem should be sorted out by an upcoming patch (the value printed is an unsigned in, PRId64 is therefore wrong).</p>
</blockquote>
<p>Opsie, no; the line is correct in regards of PRId64; it’s the other format-specifier that needs to be changed (so the above is irrelevant to your problem).</p>