Loading modules/generators/mod_status.c +3 −2 Original line number Diff line number Diff line Loading @@ -378,7 +378,8 @@ static int status_handler(request_rec *r) if (ap_extended_status) { if (short_report) { ap_rprintf(r, "Total Accesses: %lu\nTotal kBytes: %lu\n", ap_rprintf(r, "Total Accesses: %lu\nTotal kBytes: %" APR_OFF_T_FMT "\n", count, kbcount); #ifdef HAVE_TIMES Loading Loading
modules/generators/mod_status.c +3 −2 Original line number Diff line number Diff line Loading @@ -378,7 +378,8 @@ static int status_handler(request_rec *r) if (ap_extended_status) { if (short_report) { ap_rprintf(r, "Total Accesses: %lu\nTotal kBytes: %lu\n", ap_rprintf(r, "Total Accesses: %lu\nTotal kBytes: %" APR_OFF_T_FMT "\n", count, kbcount); #ifdef HAVE_TIMES Loading