Skip to content

Commit eebe24c

Browse files
8lurrykasper93
andcommitted
python: update player/py_extend.c
Co-authored-by: Kacper Michajłow <kasper93@gmail.com>
1 parent 3577034 commit eebe24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

player/py_extend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ py_mpv_hook_continue(PyObject *self, PyObject *args)
726726
Py_RETURN_TRUE;
727727
}
728728

729-
char *suffix = talloc_asprintf(tmp, "(mpv.hook_continue) '%ld':", *id);
729+
char *suffix = talloc_asprintf(tmp, "(mpv.hook_continue) '%" PRIu64 "':", *id);
730730
PyObject *ret = check_error(err, suffix);
731731
talloc_free(tmp);
732732
return ret;

0 commit comments

Comments
 (0)