From 86de4cbef5f075840406e24e16a2b1417f721bb3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 30 Jan 2003 07:28:09 +0000 Subject: nginx-0.0.1-2003-01-30-10:28:09 import --- src/http/ngx_http_get_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http_get_time.c') diff --git a/src/http/ngx_http_get_time.c b/src/http/ngx_http_get_time.c index d03e8b16f..c83a5ba2a 100644 --- a/src/http/ngx_http_get_time.c +++ b/src/http/ngx_http_get_time.c @@ -5,7 +5,7 @@ #include -ngx_http_get_time(char *buf, time_t t) +size_t ngx_http_get_time(char *buf, time_t t) { struct tm *tp; -- cgit