From 29d605a1041a332372da3d7df2e44ee240a9d14b Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Thu, 4 Jan 2018 15:17:32 +0000 Subject: [PATCH] clarify this comment a little better --- src/w_wad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w_wad.c b/src/w_wad.c index 2adff1d8a..0dea2c352 100644 --- a/src/w_wad.c +++ b/src/w_wad.c @@ -1138,7 +1138,7 @@ size_t W_ReadLumpHeaderPwad(UINT16 wad, UINT16 lump, void *dest, size_t size, si else if (errno == EINVAL) 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 if (retval != l->size) {