Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ThePrez/Manzan
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Feb 14, 2024
2 parents e370531 + 8a47cdf commit 78d1fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ile/src/handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ int main(int _argc, char **argv)
// 1 Message information Output Char(*)
msg_info_buf,
// 2 Length of message information Input Binary(4)
sizeof(msg_info_buf),
msg_info_buf_size-1,
// 3 Format name Input Char(8)
"RTVM0100",
// 4 Message identifier Input Char(7)
Expand Down

0 comments on commit 78d1fdc

Please sign in to comment.