From: Guenter Knauf Date: Mon, 27 May 2013 08:26:33 +0000 (+0000) Subject: Use proper type to kill compiler warning. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82183e449066e78dade9ebebe8ff3c1f2169958f;p=thirdparty%2Fapache%2Fhttpd.git Use proper type to kill compiler warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1486538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_vmprep.h b/modules/lua/lua_vmprep.h index 5ec199f58ce..78d14f89227 100644 --- a/modules/lua/lua_vmprep.h +++ b/modules/lua/lua_vmprep.h @@ -107,7 +107,7 @@ typedef struct typedef struct { apr_size_t runs; apr_time_t modified; - apr_size_t size; + apr_off_t size; } ap_lua_finfo; typedef struct {