diff navigation.c @ 137:15e239caef8f src

title/part jumping does not need a valid vtsi
author mroi
date Fri, 28 Mar 2003 11:56:40 +0000
parents 5897ff629f7c
children 33d6bb570dcb
line wrap: on
line diff
--- a/navigation.c	Thu Mar 27 15:12:26 2003 +0000
+++ b/navigation.c	Fri Mar 28 11:56:40 2003 +0000
@@ -138,7 +138,7 @@
   }
   
   pthread_mutex_lock(&this->vm_lock);
-  if (!this->vm->vtsi || !this->vm->vmgi) {
+  if (!this->vm->vmgi) {
     printerr("Bad VM state.");
     pthread_mutex_unlock(&this->vm_lock);
     return S_ERR;