aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 1b34d53..d19cffa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -439,7 +439,7 @@ static void ftag_query(int argc, char **argv)
}
char *after_date __attribute__((unused));
char *before_date __attribute__((unused));
- char **tags;
+ char **tags = NULL;
int tag_count = 0;
while (argc > 0) {
if (strcmp(argv[0], "-a") == 0) {