mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
clarify this comment a little better
This commit is contained in:
parent
6590d97338
commit
29d605a104
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ size_t W_ReadLumpHeaderPwad(UINT16 wad, UINT16 lump, void *dest, size_t size, si
|
||||||
else if (errno == EINVAL)
|
else if (errno == EINVAL)
|
||||||
I_Error("wad %d, lump %d: invalid compressed data", wad, lump);
|
I_Error("wad %d, lump %d: invalid compressed data", wad, lump);
|
||||||
}
|
}
|
||||||
// Otherwise, fall back on below error (if it was actually correct size then ???)
|
// Otherwise, fall back on below error (if zero was actually the correct size then ???)
|
||||||
#endif
|
#endif
|
||||||
if (retval != l->size)
|
if (retval != l->size)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue