mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Don't output "file not found" messages in recursive searches
svn path=/trunk/; revision=28078
This commit is contained in:
@@ -875,7 +875,8 @@ PrintSummary(LPTSTR szPath,
|
||||
/* Here we check if we didn't find anything */
|
||||
if (!(ulFiles + ulDirs))
|
||||
{
|
||||
error_file_not_found();
|
||||
if (!lpFlags->bRecursive || (TotalSummary && lpFlags->bRecursive))
|
||||
error_file_not_found();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user