projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ede33
)
Use proper type to kill compiler warning.
author
Guenter Knauf
<fuankg@apache.org>
Mon, 27 May 2013 08:26:33 +0000
(08:26 +0000)
committer
Guenter Knauf
<fuankg@apache.org>
Mon, 27 May 2013 08:26:33 +0000
(08:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1486538
13f79535
-47bb-0310-9956-
ffa450edef68
modules/lua/lua_vmprep.h
patch
|
blob
|
history
diff --git
a/modules/lua/lua_vmprep.h
b/modules/lua/lua_vmprep.h
index 5ec199f58ce23b79ecc97981ec57c54270dde1e2..78d14f892279e1613b818921aefce5bbb5fbff69 100644
(file)
--- 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 {