We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c145f2a commit f35d1c0Copy full SHA for f35d1c0
FF/Program.cs
@@ -307,7 +307,7 @@ static private void RecurseFiles(String directory)
307
String subDirectory = Path.Combine(directory, w32FindData.cFileName);
308
if (Options.IncludeDirectories)
309
{
310
- if (IsNameMatch(subDirectory))
+ if (IsNameMatch(w32FindData.cFileName))
311
312
Interlocked.Increment(ref totalMatches);
313
QueueConsoleWriteLine(subDirectory);
0 commit comments