$NetBSD: patch-ab,v 1.4 2001/02/26 11:34:55 wiz Exp $

--- src/io.c.orig	Fri Feb 16 14:53:43 2001
+++ src/io.c
@@ -389,7 +389,7 @@
 
     /* delete file */
     if (unlink(dire->d_name) < 0) {
-      snprintf(MAXS(tmp),"cannot remove %s/%s",tmpdir);
+      snprintf(MAXS(tmp),"cannot remove %s/%s",tmpdir,dire->d_name);
       message("",'X',tmp);
     }
     
