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

View File

@ -143,7 +143,7 @@ bool MsgHandler::field_value(uint8_t *msg, const char *label, Vector3f &ret)
} }
} }
if (i == next_field) { if (i == next_field) {
return 0; // not found return false; // not found
} }
} }