Skip to content

Commit 247d2fa

Browse files
fix: remove leftover from copied loop (will continue working later)
1 parent 29331fb commit 247d2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ UPDATE: This is done now!!
280280
// in this case, we are adding stuff to the front of the list, since we're looking at children
281281
// you might've noticed this doesn't have an emplace_front() like emplace_back() since
282282
// it's inefficient and the creators of the vector lib didn't do it
283-
ULONGLONG parentTime = GetProcessCreationTime(pe32);
283+
pidNames.emplace(pidNames.begin(), pe32.th32ProcessID)
284284

285285
}
286286

0 commit comments

Comments
 (0)