summaryrefslogtreecommitdiffstats
path: root/server/util.c
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2000-02-10 14:24:13 +0100
committerDavid Reid <dreid@apache.org>2000-02-10 14:24:13 +0100
commit4c589013b9f39c9447a8d65ed0dc3f952bc88e5b (patch)
tree0e5cd598e2d289e0f063f032a059e114e69b4bea /server/util.c
parentAdd the rest of the files to allow BeOS to use the buildconf stuff. (diff)
downloadapache2-4c589013b9f39c9447a8d65ed0dc3f952bc88e5b.tar.xz
apache2-4c589013b9f39c9447a8d65ed0dc3f952bc88e5b.zip
Small changes to remove some compiler complaints.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util.c')
-rw-r--r--server/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util.c b/server/util.c
index 19458e556b..19cdecf93d 100644
--- a/server/util.c
+++ b/server/util.c
@@ -117,7 +117,7 @@ API_EXPORT(char *) ap_field_noparam(ap_context_t *p, const char *intype)
API_EXPORT(char *) ap_ht_time(ap_context_t *p, ap_time_t t, const char *fmt, int gmt)
{
- ap_int32_t retcode;
+ ap_size_t retcode;
char ts[MAX_STRING_LEN];
char tf[MAX_STRING_LEN];
ap_exploded_time_t xt;