* Missed one place for the recent db_path change. (Thanks stedy6!)

This commit is contained in:
Justin Maggard 2009-11-19 18:34:42 +00:00
parent 902b2105df
commit 953142080c

View File

@ -543,7 +543,7 @@ inotify_remove_file(const char * path)
sql_exec(db, "DELETE from DETAILS where ID = %lld", detailID);
sql_exec(db, "DELETE from OBJECTS where DETAIL_ID = %lld", detailID);
}
asprintf(&art_cache, "%s/art_cache%s", DB_PATH, path);
asprintf(&art_cache, "%s/art_cache%s", db_path, path);
remove(art_cache);
free(art_cache);