period->trunc(date);
tmp = xstrdup(period->pretty(date));
item = string_list_insert(items, tmp);
period->trunc(date);
tmp = xstrdup(period->pretty(date));
item = string_list_insert(items, tmp);
items = &authorstat->list;
date = string_list_lookup(items, tmp);
if (date)
items = &authorstat->list;
date = string_list_lookup(items, tmp);
if (date)
- htmlf("<td>"SZ_FMT"</td>", (size_t)date->util);
- total += (size_t)date->util;
+ htmlf("<td>%lu</td>", (uintptr_t)date->util);
+ total += (uintptr_t)date->util;
cgit_print_layout_start();
html("<div class='cgit-panel'>");
html("<b>stat options</b>");
cgit_print_layout_start();
html("<div class='cgit-panel'>");
html("<b>stat options</b>");
cgit_add_hidden_formfields(1, 0, "stats");
html("<table><tr><td colspan='2'/></tr>");
if (ctx.repo->max_stats > 1) {
cgit_add_hidden_formfields(1, 0, "stats");
html("<table><tr><td colspan='2'/></tr>");
if (ctx.repo->max_stats > 1) {