summaryrefslogtreecommitdiff
path: root/recycle.c
diff options
context:
space:
mode:
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 084854b..25af503 100644
--- a/recycle.c
+++ b/recycle.c
@@ -78,7 +78,7 @@ char *purpose;
char *x = (char *)malloc(len);
if (!x)
{
- fprintf(stderr, "malloc of %d failed for %s\n",
+ fprintf(stderr, "malloc of %ld failed for %s\n",
len, purpose);
exit(-1);
}