On Wed, Jun 23 2021, Ævar Arnfjörð Bjarmason wrote: > + strbuf_addf(&sb, _(", done at %"PRIuMAX" items, expected %"PRIuMAX"."), > + progress->total, progress->last_update); These two need a (uintmax_t) cast like the rest of such sprintfs in the file, as I discovered with the OSX CI.