Silence warning about truncating the result of memcmp

git-svn-id: https://svn.eduke32.com/eduke32@7021 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-10-07 05:21:49 +00:00
parent f4227dcbc1
commit 756369dc22

View file

@ -835,7 +835,7 @@ int initgroupfile(const char *filename)
if (temp == 0)
continue;
kread_grp(numgroupfiles, buf, temp);
temp2 |= Bmemcmp(buf, zerobuf, temp);
temp2 |= !!Bmemcmp(buf, zerobuf, temp);
}
if (temp2)
break;