X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FCart.c;h=6f97a4231f85b9f053396277a47312e903b2414c;hb=ff6b7429bb03e37e2d44eabcd0d86bd5713d2fc1;hp=cf71f24f155daaf289918ab98cc63371099a71fb;hpb=7d0143a2de0f5551c90b29c1b1ee94e9c52b0952;p=picodrive.git diff --git a/Pico/Cart.c b/Pico/Cart.c index cf71f24..6f97a42 100644 --- a/Pico/Cart.c +++ b/Pico/Cart.c @@ -250,7 +250,7 @@ size_t pm_read(void *ptr, size_t bytes, pm_file *stream) if (block != cso->block_in_buff) { if (read_pos != cso->fpos_in) - { fseek(stream->file, read_pos, SEEK_SET); printf("seek %i\n", read_pos); } + fseek(stream->file, read_pos, SEEK_SET); rret = fread(cso->in_buff, 1, read_len, stream->file); cso->fpos_in = read_pos + rret; if (rret != read_len) {