We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c439c commit 6fb0555Copy full SHA for 6fb0555
1 file changed
main.cpp
@@ -1589,7 +1589,7 @@ UPDATE: This is done now!!
1589
1590
if (entry.th32ParentProcessID == targetpid) {
1591
exeName = WideToString(entry.szExeFile); // this stores the name of our pid we're looking at in a var
1592
- exeNames.emplace_back(exeName); =
+ exeNames.emplace_back(exeName);
1593
pidNames.emplace_back(entry.th32ProcessID);
1594
parentPids.emplace_back(entry.th32ProcessID); // just fill it up, we aren't using it
1595
children++; // keeps track of how many children we have (that sounds wrong when you say it)
0 commit comments