X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcart.c;h=d237fad9018f92a6ae13c2e702b113b76ae66331;hb=cbc93b68dca1d72882d07b54bbe1ef25b980558a;hp=3bab61586e9a01aee5508b1f1a21aa8c880f1184;hpb=32cc15e8116db5fa6eb191212f76352707fb25a0;p=picodrive.git diff --git a/pico/cart.c b/pico/cart.c index 3bab615..d237fad 100644 --- a/pico/cart.c +++ b/pico/cart.c @@ -332,9 +332,7 @@ int pm_seek(pm_file *stream, long offset, int whence) if (stream->type == PMT_UNCOMPRESSED) { fseek(stream->file, offset, whence); - int ret = ftell(stream->file); - elprintf(EL_STATUS, "seeked ok."); //HACK for VITA - return ret; + return ftell(stream->file); } #ifndef NO_ZLIB else if (stream->type == PMT_ZIP)