1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Most questionable workaround

This commit is contained in:
nordsoft
2023-04-20 19:21:37 +04:00
parent 9ecf16ca23
commit be6667acf5

View File

@@ -67,7 +67,7 @@ inline long streamSeek(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin
} }
if(ret == -1) if(ret == -1)
logGlobal->error("Stream seek failed"); logGlobal->error("Stream seek failed");
return ret; return 0;
} }
template<class Stream> template<class Stream>