summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/vmcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/libdvdnav/vmcmd.c')
-rw-r--r--src/input/libdvdnav/vmcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libdvdnav/vmcmd.c b/src/input/libdvdnav/vmcmd.c
index 24bdfe6e2..84a90dfd6 100644
--- a/src/input/libdvdnav/vmcmd.c
+++ b/src/input/libdvdnav/vmcmd.c
@@ -517,7 +517,7 @@ void vm_print_mnemonic(vm_cmd_t *vm_command) {
if(command.instruction & ~ command.examined) {
fprintf(MSG_OUT, " libdvdnav: vmcmd.c: [WARNING, unknown bits:");
- fprintf(MSG_OUT, " %08llx", (command.instruction & ~ command.examined) );
+ fprintf(MSG_OUT, " %08"PRIx64, (command.instruction & ~ command.examined) );
fprintf(MSG_OUT, "]");
}
}