diff read_cache.c @ 166:3bfaec0c1288 src

* fix warnings with gcc 3.3 * some menu sanity checking in highlight.c (the button functions should do nothing, when called outside a menu) * escape should take us to the Root menu, not the Title menu, since this is what the standard "Menu" button on a DVD player does
author mroi
date Mon, 21 Apr 2003 13:18:06 +0000
parents b6834e6359cf
children 4e099155c968
line wrap: on
line diff
--- a/read_cache.c	Tue Apr 08 13:51:55 2003 +0000
+++ b/read_cache.c	Mon Apr 21 13:18:06 2003 +0000
@@ -90,7 +90,7 @@
   read_cache_chunk_t  chunk[READ_CACHE_CHUNKS];
   int                 current;
   int                 freeing;  /* is set to one when we are about to dispose the cache */
-  int                 read_ahead_size;
+  uint32_t            read_ahead_size;
   int                 read_ahead_incr;
   int                 last_sector;
   pthread_mutex_t     lock;