We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a435b95 commit cbafa76Copy full SHA for cbafa76
1 file changed
main.cpp
@@ -2124,7 +2124,9 @@ int main(int argc, char* argv[]) {
2124
2125
2126
std::vector<int> pids;
2127
- pids.push_back(pid); // function requires it to be a list even if only 1 is passed
+ std::vector<std::string> trash;
2128
+ trash.push_back(""):
2129
+ pids.push_back(pid, trash); // function requires it to be a list even if only 1 is passed
2130
2131
PIDinspect({static_cast<DWORD>(pids)});
2132
} else {
0 commit comments