Fix stupid oversight that can cause segfault

- how typical to discover this right after making a release
This commit is contained in:
ejurgensen 2015-05-05 20:51:59 +02:00
parent e994b345c0
commit f6f584bf84
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ void
db_purge_all(void)
{
#define Q_TMPL "DELETE FROM playlists WHERE type <> %d;"
char *queries[5] =
char *queries[4] =
{
"DELETE FROM inotify;",
"DELETE FROM playlistitems;",