Name |
Last commit
|
Last update |
---|---|---|
.. | ||
automerge.c | ||
commits.c | ||
modeconflict.c | ||
recursive.c | ||
renames.c | ||
treediff.c | ||
trivial.c | ||
whitespace.c |
We currently use `PRIuMAX` to print an integer of type `size_t` in merge::trees::rename::cache_recomputation. While this works just fine on 64 bit arches, it doesn't on 32 bit ones. As a result, our nightly builds on x86 and arm32 fail. Fix the issue by using `PRIuZ` instead.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
automerge.c | Loading commit data... | |
commits.c | Loading commit data... | |
modeconflict.c | Loading commit data... | |
recursive.c | Loading commit data... | |
renames.c | Loading commit data... | |
treediff.c | Loading commit data... | |
trivial.c | Loading commit data... | |
whitespace.c | Loading commit data... |