summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-12 01:49:38 +0100
committerwm4 <wm4@nowhere>2013-02-12 10:20:50 +0100
commit3ded26ccba9831ef4b4a2b22f2989fd9d5e72964 (patch)
treebcc2bcd342089c96d39e5095add34748f1dfd1fb /video/out/x11_common.c
parent517d6dbfca9e2d111e3d4fe1a9f5f6a7e1f58b54 (diff)
downloadmpv-3ded26ccba9831ef4b4a2b22f2989fd9d5e72964.tar.bz2
mpv-3ded26ccba9831ef4b4a2b22f2989fd9d5e72964.tar.xz
mp_common: silence warning
int64_t was accidentally used with "%lld" format specifiers, which is incorrect (even though long long int is always 64 bits, the type behind int64_t can be different, e.g. it can be long int on 64 bit platforms).
Diffstat (limited to 'video/out/x11_common.c')
0 files changed, 0 insertions, 0 deletions