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.
2 parents c145f2a + f35d1c0 commit 293a072Copy full SHA for 293a072
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