about summary refs log tree commit diff homepage
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rwxr-xr-xserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index cea66c1..46f4c06 100755
--- a/server.c
+++ b/server.c
@@ -44,6 +44,7 @@ static struct Tile *tileGet(uint32_t tileX, uint32_t tileY) {
         tile->create = time(NULL);
     }
     tile->access = time(NULL);
+    tile->accessCount++;
     return tile;
 }
 
g'> 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe