You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2013/05/27 10:26:33 UTC

svn commit: r1486538 - /httpd/httpd/trunk/modules/lua/lua_vmprep.h

Author: fuankg
Date: Mon May 27 08:26:33 2013
New Revision: 1486538

URL: http://svn.apache.org/r1486538
Log:
Use proper type to kill compiler warning.

Modified:
    httpd/httpd/trunk/modules/lua/lua_vmprep.h

Modified: httpd/httpd/trunk/modules/lua/lua_vmprep.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/lua_vmprep.h?rev=1486538&r1=1486537&r2=1486538&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/lua_vmprep.h (original)
+++ httpd/httpd/trunk/modules/lua/lua_vmprep.h Mon May 27 08:26:33 2013
@@ -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 {