Skip to content

Commit

Permalink
correct pid storage
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Mar 27, 2024
1 parent 9f45604 commit e121e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtascar/src/tascar_os.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ namespace TASCAR {
pid = 1;
bool found = false;
do {
found = false;
for(const auto& pide : pidmap)
if(pide.first == pid)
found = true;
Expand Down

0 comments on commit e121e13

Please sign in to comment.