]> granicus.if.org Git - apache/commit
Fix format pattern (%lu => %APR_SIZE_T_FMT).
authorRainer Jung <rjung@apache.org>
Mon, 16 Oct 2017 21:41:15 +0000 (21:41 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 16 Oct 2017 21:41:15 +0000 (21:41 +0000)
commitf64affc4aac9647d25a1349674c9e51e5e325e8e
treec68fc8f3c3dda8851c35fd3924b8ba504107f69b
parent9246096892038638fb77d36ddd0227c3b31cdd62
Fix format pattern (%lu => %APR_SIZE_T_FMT).

Detected by maintainer mode compilation and GCC error:

.../modules/metadata/mod_remoteip.c:
In function 'remoteip_input_filter':
.../include/http_log.h:117:33:
error: format '%lu' expects argument of type
'long unsigned int', but argument 8 has type
'apr_size_t {aka unsigned int}' [-Werror=format=]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1812332 13f79535-47bb-0310-9956-ffa450edef68
modules/metadata/mod_remoteip.c