mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 21:45:12 +00:00
Duplicate path in cache
This commit is contained in:
parent
cc79201adf
commit
456ec2a2cc
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ void mod_cache_add(struct Mod* mod, struct ModFile* file) {
|
|||
|
||||
// hash and cache
|
||||
mod_cache_md5(file->cachedPath, file->dataHash);
|
||||
mod_cache_add_internal(file->dataHash, 0, file->cachedPath);
|
||||
mod_cache_add_internal(file->dataHash, 0, strdup(file->cachedPath));
|
||||
}
|
||||
|
||||
void mod_cache_load(void) {
|
||||
|
|
Loading…
Reference in a new issue