You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
32-bit platforms (in this case armv6l) had trouble with my haphazard
use of type specifiers. We now use %zu for size_t, and PRI* for
other integer types.
%zu is a POSIX C99 addition, so that should be fine, but I do recall
having issues with PRI* on different platforms. I need to check that
this builds on all platforms before rebasing it on master.
0 commit comments