authorstat = author->util;
items = &authorstat->list;
t = info->committer_date;
authorstat = author->util;
items = &authorstat->list;
t = info->committer_date;
item = string_list_insert(items, tmp);
counter = (uintptr_t *)&item->util;
if (*counter)
item = string_list_insert(items, tmp);
counter = (uintptr_t *)&item->util;
if (*counter)
- period->dec(tm);
- strftime(tmp, sizeof(tmp), "%Y-%m-%d", tm);
+ period->dec(&tm);
+ strftime(tmp, sizeof(tmp), "%Y-%m-%d", &tm);
struct string_list_item *date;
time_t now;
long i, j, total, subtotal;
struct string_list_item *date;
time_t now;
long i, j, total, subtotal;
total = 0;
htmlf("<tr><td class='%s'>%s</td>", leftclass,
fmt(name, to - from + 1));
for (j = 0; j < period->count; j++) {
total = 0;
htmlf("<tr><td class='%s'>%s</td>", leftclass,
fmt(name, to - from + 1));
for (j = 0; j < period->count; j++) {