diff dvdnav.c @ 106:e984044bbe7b src

port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of libdvdnav
author mroi
date Wed, 23 Oct 2002 11:38:09 +0000
parents a767842bc447
children b6834e6359cf
line wrap: on
line diff
--- a/dvdnav.c	Mon Oct 21 12:42:53 2002 +0000
+++ b/dvdnav.c	Wed Oct 23 11:38:09 2002 +0000
@@ -794,7 +794,7 @@
      }
 
 
-    //result = DVDReadBlocks(this->file, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf);
+    /* result = DVDReadBlocks(this->file, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf); */
     result = dvdnav_read_cache_block(this->cache, this->vobu.vobu_start + this->vobu.vobu_next, 1, buf);
 
     if(result <= 0) {
@@ -1010,6 +1010,10 @@
 
 /*
  * $Log$
+ * Revision 1.39  2002/10/23 11:38:09  mroi
+ * port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of
+ * libdvdnav
+ *
  * Revision 1.38  2002/09/19 04:48:28  jcdutton
  * Update version info.
  * The "note2" bit if to help developers know which version of libdvdnav the user is using.