changeset 376:430d842f35bd src

in dvdnav_sector_search() vobu is uint32_t it; patch by Erik Hovland org
author nicodvb
date Thu, 05 Jun 2008 10:28:59 +0000
parents 5820649e5aa2
children 9a9d15ed0599
files searching.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/searching.c	Thu Jun 05 10:27:01 2008 +0000
+++ b/searching.c	Thu Jun 05 10:28:59 2008 +0000
@@ -280,7 +280,7 @@
   }
 
   if(found) {
-    int32_t vobu;
+    uint32_t vobu;
 #ifdef LOG_DEBUG
     fprintf(MSG_OUT, "libdvdnav: Seeking to cell %i from choice of %i to %i\n",
 	    cell_nr, first_cell_nr, last_cell_nr);