about summary refs log tree commit diff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 4a991bd..af8f66e 100644
--- a/log.c
+++ b/log.c
@@ -34,7 +34,7 @@ static struct Log {
 	int month;
 	int day;
 	FILE *file;
-} logs[TAGS_LEN];
+} logs[TagsLen];
 
 void logOpen(const char *path) {
 	logRoot = open(path, O_RDONLY | O_CLOEXEC);