diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
