diff options
author | Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-12-20 02:05:56 +0100 |
---|---|---|
committer | Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-12-20 02:05:56 +0100 |
commit | 09b2085570e9e192d94f46348d859c7a7720c606 (patch) | |
tree | 06f6dda2a856f065d558de2b24e92b4ea2667aa0 | |
parent | 772ac85a2f75c15a7a214f5f7e60008bfc9a2e78 (diff) | |
download | xine-lib-09b2085570e9e192d94f46348d859c7a7720c606.tar.gz xine-lib-09b2085570e9e192d94f46348d859c7a7720c606.tar.bz2 |
Remove format warning.
-rw-r--r-- | src/video_out/video_out_xv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index b71518958..a3612e3eb 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -1435,7 +1435,7 @@ static vo_driver_t *open_plugin_2 (video_driver_class_t *class_gen, const void * if (xv_port != 0) { if (! xv_open_port(this, xv_port)) { xprintf(class->xine, XINE_VERBOSITY_NONE, - _("%s: could not open Xv port %d - autodetecting\n"), + _("%s: could not open Xv port %"PRId32" - autodetecting\n"), LOG_MODULE, xv_port); xv_port = xv_autodetect_port(this, adaptors, adaptor_info, &adaptor_num, xv_port, prefer_type); } else |