We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebe24c commit fd62d5bCopy full SHA for fd62d5b
player/py_extend.c
@@ -697,7 +697,7 @@ py_mpv_hook_add(PyObject *self, PyObject *args)
697
talloc_free(tmp);
698
Py_RETURN_TRUE;
699
}
700
- char *suffix = talloc_asprintf(tmp, "(mpv.hook_add) (%ld) '%s' '%d':",
+ char *suffix = talloc_asprintf(tmp, "(mpv.hook_add) (%" PRIu64 ") '%s' '%d':",
701
*reply_userdata, *name, *priority);
702
PyObject *ret = check_error(err, suffix);
703
0 commit comments