Fix some sprintf formatters so they do not generate warnings.

This commit is contained in:
brectanus
2008-02-04 21:50:10 +00:00
parent d3d4c66945
commit e2ad283fdb
4 changed files with 8 additions and 8 deletions

View File

@@ -445,7 +445,7 @@ apr_status_t modsecurity_request_body_end(modsec_rec *msr, char **error_msg) {
}
/* Note the request body no files length. */
msr_log(msr, 4, "Reqest body no files length: %lu", msr->msc_reqbody_no_files_length);
msr_log(msr, 4, "Reqest body no files length: %" APR_SIZE_T_FMT, msr->msc_reqbody_no_files_length);
return 1;
}