From a1eb7179ba270ba5183ae3da7689261b03138fed Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 3 Aug 2009 18:40:21 -0700 Subject: Removing extract.c tentatively. --- recycle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recycle.c') diff --git a/recycle.c b/recycle.c index 084854b..44aa1f0 100644 --- a/recycle.c +++ b/recycle.c @@ -78,8 +78,8 @@ char *purpose; char *x = (char *)malloc(len); if (!x) { - fprintf(stderr, "malloc of %d failed for %s\n", - len, purpose); +// fprintf(stderr, "malloc of %d failed for %s\n", +// len, purpose); exit(-1); } return x; -- cgit v1.2.3