summaryrefslogtreecommitdiff
path: root/recycle.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-02-17 02:28:26 +0100
committerPixel <pixel@nobis-crew.org>2009-02-17 02:28:26 +0100
commitffe1fca0cc4cac3213c048933314f4f4057e5991 (patch)
treea54aec864dda9a3bda649c6359d9227462dbbf84 /recycle.c
parent2661812e3fc3f7385a5f8343172afc173f594efe (diff)
Fixing various warning / errors.
Diffstat (limited to 'recycle.c')
-rw-r--r--recycle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recycle.c b/recycle.c
index 25af503..084854b 100644
--- a/recycle.c
+++ b/recycle.c
@@ -78,7 +78,7 @@ char *purpose;
char *x = (char *)malloc(len);
if (!x)
{
- fprintf(stderr, "malloc of %ld failed for %s\n",
+ fprintf(stderr, "malloc of %d failed for %s\n",
len, purpose);
exit(-1);
}