summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.c2
-rw-r--r--docs/CREDITS1
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index e1b99bd3a7..7265ce87b2 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4302,6 +4302,8 @@ static bool check_deleted_files(void)
4302 logf("-> %s / %ld", buf, tfe.tag_length); 4302 logf("-> %s / %ld", buf, tfe.tag_length);
4303 delete_entry(tfe.idx_id); 4303 delete_entry(tfe.idx_id);
4304 } 4304 }
4305
4306 do_timed_yield();
4305 } 4307 }
4306 4308
4307 close(fd); 4309 close(fd);
diff --git a/docs/CREDITS b/docs/CREDITS
index b9077bbf3c..81b2f8ccff 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -682,6 +682,7 @@ Yangyong Wu
682Andy Potter 682Andy Potter
683Stefan Waigand 683Stefan Waigand
684Guo Zhong Kai 684Guo Zhong Kai
685Martin Buck
685 686
686The libmad team 687The libmad team
687The wavpack team 688The wavpack team