aboutsummaryrefslogtreecommitdiffstats
path: root/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.h b/httpd.h
index d607860..a7265d9 100644
--- a/httpd.h
+++ b/httpd.h
@@ -35,7 +35,7 @@
struct DIRCACHE {
char path[1024];
- char mtime[40];
+ char mtime[64];
time_t add;
char *html;
int length;