rename reader_cancel_thread to reader_thread_job_is_stale, update comments

This commit is contained in:
Jan Kanis
2013-02-05 21:18:22 +01:00
parent 29fda9cb6c
commit 3f5c02bf92
3 changed files with 4 additions and 6 deletions

View File

@@ -728,7 +728,7 @@ static int wildcard_expand_internal(const wchar_t *wc,
// debug( 3, L"WILDCARD_EXPAND %ls in %ls", wc, base_dir );
if (is_main_thread() ? reader_interrupted() : reader_cancel_thread())
if (is_main_thread() ? reader_interrupted() : reader_thread_job_is_stale())
{
return -1;
}