Skip to content

Commit

Permalink
Replay: Change to a Boolean value
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and peterbarker committed Sep 19, 2024
1 parent fb5c337 commit 36dcadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Replay/MsgHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ bool MsgHandler::field_value(uint8_t *msg, const char *label, Vector3f &ret)
}
}
if (i == next_field) {
return 0; // not found
return false; // not found
}
}

Expand Down

0 comments on commit 36dcadf

Please sign in to comment.