We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3577034 commit eebe24cCopy full SHA for eebe24c
player/py_extend.c
@@ -726,7 +726,7 @@ py_mpv_hook_continue(PyObject *self, PyObject *args)
726
Py_RETURN_TRUE;
727
}
728
729
- char *suffix = talloc_asprintf(tmp, "(mpv.hook_continue) '%ld':", *id);
+ char *suffix = talloc_asprintf(tmp, "(mpv.hook_continue) '%" PRIu64 "':", *id);
730
PyObject *ret = check_error(err, suffix);
731
talloc_free(tmp);
732
return ret;
0 commit comments