UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / Pico / cd / buffering.c
index 826184b..e0e888d 100644 (file)
@@ -12,7 +12,7 @@ static int hits, reads;
 
 void PicoCDBufferInit(void)
 {
-       void *tmp;
+       void *tmp = NULL;
 
        prev_lba = 0x80000000;
        hits = reads = 0;