summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/highlight.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-07 18:10:44 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-07 18:10:44 +0000
commitde54959b5fe2e67da266e2ce2febb18886b43775 (patch)
treea8882df042ca834ccb898d740fdcc3851fe8c9f6 /src/input/libdvdnav/highlight.c
parente1e28d7ef37ac58c6ac272200bca02fed97108db (diff)
downloadxine-lib-de54959b5fe2e67da266e2ce2febb18886b43775.tar.gz
xine-lib-de54959b5fe2e67da266e2ce2febb18886b43775.tar.bz2
merging libdvdnav, since some nice fixes took place
CVS patchset: 4565 CVS date: 2003/04/07 18:10:44
Diffstat (limited to 'src/input/libdvdnav/highlight.c')
-rw-r--r--src/input/libdvdnav/highlight.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/highlight.c b/src/input/libdvdnav/highlight.c
index 16c3a509c..cc41d8c09 100644
--- a/src/input/libdvdnav/highlight.c
+++ b/src/input/libdvdnav/highlight.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: highlight.c,v 1.11 2003/03/29 13:19:09 mroi Exp $
+ * $Id: highlight.c,v 1.12 2003/04/07 18:10:49 mroi Exp $
*
*/
@@ -175,7 +175,7 @@ static void nav_print_BTNIT(btni_t *btni_table, int btngr_ns, int btn_ns) {
fprintf(MSG_OUT, "libdvdnav: %02x ", btni->cmd.bytes[k]);
}
fprintf(MSG_OUT, "| ");
- vmPrint_mnemonic(&btni->cmd);
+ vm_print_mnemonic(&btni->cmd);
fprintf(MSG_OUT, "\n");
}
}