summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-08-07 23:26:51 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2001-08-07 23:26:51 +0000
commit78a82ddb3c399361a8a2517a9b537371bbacd528 (patch)
treec9c5458ffcdb834d701de3a16087e4626f2799b6 /xml
parentf89b09ef9f9fb495f6268740b8b4bfcc1b79c104 (diff)
downloadlibapr-util-78a82ddb3c399361a8a2517a9b537371bbacd528.tar.gz
buffer_length should be an apr_size_t
Submitted by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml')
-rw-r--r--xml/apr_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/apr_xml.c b/xml/apr_xml.c
index 7f5bf01f..e39d451b 100644
--- a/xml/apr_xml.c
+++ b/xml/apr_xml.c
@@ -483,7 +483,7 @@ APU_DECLARE(apr_status_t) apr_xml_parse_file(apr_pool_t *p,
apr_xml_parser **parser,
apr_xml_doc **ppdoc,
apr_file_t *xmlfd,
- int buffer_length)
+ apr_size_t buffer_length)
{
apr_status_t rv;
char *buffer;