mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added comment.
This commit is contained in:
parent
8e83821eee
commit
14dd5b64c9
1 changed files with 1 additions and 1 deletions
2
data.c
2
data.c
|
@ -566,7 +566,7 @@ int _object_user_cache(snac *snac, const char *id, const char *cachedir, int del
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (del) {
|
if (del) {
|
||||||
index_del(idx, id);
|
index_del(idx, id); // expensive; let it fail on processing?
|
||||||
ret = unlink(cfn);
|
ret = unlink(cfn);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue