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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user