From aee30d9a586b40dbaae048ccf2b53781e6661f30 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 13 Jun 2009 21:09:09 +0000 Subject: [PATCH] I hate accidentally committing test code git-svn-id: https://svn.eduke32.com/eduke32@1431 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/grpscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/grpscan.c b/polymer/eduke32/source/grpscan.c index 50e916dcc..1275946f1 100644 --- a/polymer/eduke32/source/grpscan.c +++ b/polymer/eduke32/source/grpscan.c @@ -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;