diff options
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ static void ftag_add_one_file(sqlite3 *db, tm.tm_year -= 1900; tm.tm_mon -= 1; date = mktime(&tm); - if (rc != 3) { + if (rc <= 0) { perror("sccanf"); exit(EXIT_FAILURE); } |
