Testing for abort file during -check_media

This commit is contained in:
2010-11-03 08:11:45 +00:00
parent c4ccfda966
commit b5cb6347a6
7 changed files with 54 additions and 18 deletions

View File

@ -378,6 +378,8 @@ int Findjob_new(struct FindjoB **o, char *start_path, int flag)
goto failed;
m->found_path= NULL;
m->subjob= NULL;
m->errmsg[0]= 0;
m->errn= 0;
ret= Exprnode_new(&(m->test_tree), m, NULL, "-find", (m->use_shortcuts)<<1);
if(ret<=0)