diff options
author | kraxel <kraxel> | 2004-08-18 08:02:18 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2004-08-18 08:02:18 +0000 |
commit | 01d24a69854ea050353d56c239b4a7df01d2b135 (patch) | |
tree | 9045d54a63a134888cbf1e807da43019b45f266e /httpd.h | |
parent | 2574fabc71d05d125877d380878ad1299bbcf29c (diff) | |
download | webfs-01d24a69854ea050353d56c239b4a7df01d2b135.tar.gz |
- minor fixes.
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; |