We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a2f80 commit 100c69dCopy full SHA for 100c69d
1 file changed
command.c
@@ -826,7 +826,7 @@ bool command_seek_replay(command_t *cmd, const char *arg)
826
{
827
_len = strlcpy(reply, "OK ", sizeof(reply));
828
_len += snprintf(reply+_len, sizeof(reply)-_len,
829
- "%ld", input_st->bsv_movie_state.seek_target_frame);
+ "%lld", input_st->bsv_movie_state.seek_target_frame);
830
}
831
else
832
_len = strlcpy(reply, "NO", sizeof(reply));
0 commit comments