Replay: Change to a Boolean value

This commit is contained in:
muramura 2024-09-20 04:57:34 +09:00 committed by Peter Barker
parent fb5c337328
commit 36dcadf652
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}