$NetBSD: patch-ba,v 1.1 2004/01/19 15:52:40 cube Exp $ --- src/util.c.orig 2000-03-06 22:23:06.000000000 +0100 +++ src/util.c @@ -257,7 +257,7 @@ void save_image (char *filename, struct else { snprintf(errormsg,1024, -"The image couldn't be saved to %s because of the following error: +"The image couldn't be saved to %s because of the following error: \n\ %s",filename,sys_errlist[errno]); error_dialog(errormsg); }