changeset 422:3d942df13d3a src

Unbreak playback of DVDs with menus, broken by r1245. Patch by Erik Auerswald \auerswal % unix-ag * uni-kl * de/.
author rathann
date Tue, 05 Feb 2013 21:25:29 +0000
parents ff5f3e53459b
children 00c5edf5de12
files vm/vm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vm/vm.c	Sun Dec 09 21:45:02 2012 +0000
+++ b/vm/vm.c	Tue Feb 05 21:25:29 2013 +0000
@@ -1762,7 +1762,7 @@
   pgcit_t *pgcit;
 
   pgcit = get_PGCIT(vm);
-  if (pgcit != NULL)
+  if (pgcit == NULL)
     return 0;
 
   if(pgcN < 1 || pgcN > pgcit->nr_of_pgci_srp) {