diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-09-04 11:34:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-09-04 11:34:27 +0000 |
commit | f8f558291aec3c9c197699fb28587626f8b53d96 (patch) | |
tree | e80ca010a246c11031b69dc89691c161808c4cc9 /modules/base/src/template_parser.h | |
parent | 3ccdaa9b48f5da6073ac5f0badd23de2e18f3242 (diff) |
libs/web: rename template_parser field "mmap" to the more generic "data"
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'modules/base/src/template_parser.h')
-rw-r--r-- | modules/base/src/template_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/src/template_parser.h b/modules/base/src/template_parser.h index d1c606272..ad03cbcfb 100644 --- a/modules/base/src/template_parser.h +++ b/modules/base/src/template_parser.h @@ -58,7 +58,7 @@ struct template_chunk { struct template_parser { int fd; uint32_t size; - char *mmap; + char *data; char *off; char *gc; int line; |