Most questionable workaround

This commit is contained in:
nordsoft
2023-04-20 19:21:37 +04:00
parent 9ecf16ca23
commit be6667acf5
+1 -1
View File
@@ -67,7 +67,7 @@ inline long streamSeek(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin
}
if(ret == -1)
logGlobal->error("Stream seek failed");
return ret;
return 0;
}
template<class Stream>