diff vm/vm.c @ 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 fe65a31e707a
children 2e6f41e04ca1
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) {