removed CERROR

This commit is contained in:
2023-08-30 20:14:03 -05:00
committed by cpunch
parent de8cd481c3
commit fe136f84b5
4 changed files with 3 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ void *cosmoM_reallocate(CState *state, void *buf, size_t oldSize, size_t newSize
#endif
if (newBuf == NULL) {
CERROR("failed to allocate memory!");
printf("[ERROR] failed to allocate memory!");
exit(1);
}