Skip to content

Commit 100c69d

Browse files
committed
Silence warning
1 parent b3a2f80 commit 100c69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ bool command_seek_replay(command_t *cmd, const char *arg)
826826
{
827827
_len = strlcpy(reply, "OK ", sizeof(reply));
828828
_len += snprintf(reply+_len, sizeof(reply)-_len,
829-
"%ld", input_st->bsv_movie_state.seek_target_frame);
829+
"%lld", input_st->bsv_movie_state.seek_target_frame);
830830
}
831831
else
832832
_len = strlcpy(reply, "NO", sizeof(reply));

0 commit comments

Comments
 (0)