diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-07 17:31:35 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-07 17:31:35 +0000 |
| commit | 1df1992a4b5b23cabb2851fe902b214f6ceb9381 (patch) | |
| tree | e644ddc4fdfd741c57a2dd098691e260ffc86c99 /src/input/libdvdnav/decoder.c | |
| parent | 755a021dd10786f564fba86be431f04017348128 (diff) | |
| parent | 82083a26798febc8184717d4b6a3eda94fb48925 (diff) | |
| download | xine-lib-1df1992a4b5b23cabb2851fe902b214f6ceb9381.tar.gz xine-lib-1df1992a4b5b23cabb2851fe902b214f6ceb9381.tar.bz2 | |
Merge from 1.1.
Diffstat (limited to 'src/input/libdvdnav/decoder.c')
| -rw-r--r-- | src/input/libdvdnav/decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libdvdnav/decoder.c b/src/input/libdvdnav/decoder.c index 3dff4a080..4ae64377b 100644 --- a/src/input/libdvdnav/decoder.c +++ b/src/input/libdvdnav/decoder.c @@ -569,7 +569,7 @@ static int32_t eval_command(uint8_t *bytes, registers_t* registers, link_t *retu if(command.instruction & ~ command.examined) { fprintf(MSG_OUT, "libdvdnav: decoder.c: [WARNING, unknown bits:"); - fprintf(MSG_OUT, " %08llx", (command.instruction & ~ command.examined) ); + fprintf(MSG_OUT, " %08"PRIx64, (command.instruction & ~ command.examined) ); fprintf(MSG_OUT, "]\n"); } |
