I hate accidentally committing test code

git-svn-id: https://svn.eduke32.com/eduke32@1431 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2009-06-13 21:09:09 +00:00
parent 47a9332a16
commit aee30d9a58

View file

@ -88,7 +88,7 @@ int32_t ScanGroups(void)
#define BUFFER_SIZE (1024 * 1024 * 8)
uint8_t *buf = Bmalloc(BUFFER_SIZE);
if (!buf || 1)
if (!buf)
{
initprintf("Error allocating %d byte buffer to scan GRPs!\n", BUFFER_SIZE);
return 0;