libbluray | branch: master | hpi1 <[email protected]> | Tue Aug 12 13:20:13 2014 +0300| [56960089029fa93cc778e03ccac64ec40621ed63] | committer: hpi1
Comment out meaningless store > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=56960089029fa93cc778e03ccac64ec40621ed63 --- src/libbluray/hdmv/hdmv_vm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libbluray/hdmv/hdmv_vm.c b/src/libbluray/hdmv/hdmv_vm.c index ee11870..fb09d5d 100644 --- a/src/libbluray/hdmv/hdmv_vm.c +++ b/src/libbluray/hdmv/hdmv_vm.c @@ -852,7 +852,7 @@ static void _hdmv_trace_cmd(int pc, MOBJ_CMD *cmd) dst += sprintf(dst, "%04d: ", pc); - dst += mobj_sprint_cmd(dst, cmd); + /*dst +=*/ mobj_sprint_cmd(dst, cmd); BD_DEBUG(DBG_HDMV, "%s\n", buf); } @@ -872,7 +872,7 @@ static void _hdmv_trace_res(uint32_t new_src, uint32_t new_dst, uint32_t orig_sr if (new_src != orig_src) { dst += sprintf(dst, " src 0x%x <== 0x%x ", orig_src, new_src); } - dst += sprintf(dst, "]"); + /*dst +=*/ sprintf(dst, "]"); BD_DEBUG(DBG_HDMV, "%s\n", buf); } _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
