]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
use apr_size_t for file lengths; this avoids a warning (and perhaps
authorJeff Trawick <trawick@apache.org>
Fri, 9 Feb 2001 18:34:24 +0000 (18:34 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 9 Feb 2001 18:34:24 +0000 (18:34 +0000)
commit730ca48263fd26fc901705ca1855fb7ec3422e06
tree4ca29a2026d08a3972c6affcd5697c8f1df0cf18
parent476a6f91e13d0ff4694d147eb4e475782dff5621
use apr_size_t for file lengths; this avoids a warning (and perhaps
a run-time SNAFU depending on the byte ordering) on systems where
apr_size_t is long

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