* Missed one place for the recent db_path change. (Thanks stedy6!)
This commit is contained in:
		| @@ -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); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user