X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fbuffering.c;h=e0e888db7190cccd4f45b67e6d3616cef550736c;hb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;hp=826184b5284d46631621d55cb492b530410697de;hpb=a6e5aa41816d1d46889012331eeeee6c5ba1dd1e;p=picodrive.git diff --git a/Pico/cd/buffering.c b/Pico/cd/buffering.c index 826184b..e0e888d 100644 --- a/Pico/cd/buffering.c +++ b/Pico/cd/buffering.c @@ -12,7 +12,7 @@ static int hits, reads; void PicoCDBufferInit(void) { - void *tmp; + void *tmp = NULL; prev_lba = 0x80000000; hits = reads = 0;