summaryrefslogtreecommitdiff
path: root/recycle.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-03 18:40:21 -0700
committerPixel <pixel@nobis-crew.org>2009-08-03 18:40:21 -0700
commita1eb7179ba270ba5183ae3da7689261b03138fed (patch)
tree0531645888ee4bca1c69f4dddc8d08612c49b577 /recycle.c
parent5a6c1769f28dae1e6f417b00ba8d7f2fab1c099e (diff)
Removing extract.c tentatively.
Diffstat (limited to 'recycle.c')
-rw-r--r--recycle.c4
1 files changed, 2 insertions, 2 deletions
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;