Forgot return value

This commit is contained in:
ejurgensen 2013-08-21 23:30:30 +02:00
parent 55d7224053
commit fe79922c6e

View File

@ -1535,7 +1535,7 @@ db_files_get_count_bypathpattern(char *path)
{
DPRINTF(E_LOG, L_DB, "Out of memory making count query string.\n");
return;
return -1;
}
count = db_get_count(query);