diff options
Diffstat (limited to 'httpd.h')
-rw-r--r-- | httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ struct DIRCACHE { char path[1024]; - char mtime[40]; + char mtime[64]; time_t add; char *html; int length; |