From: Pekka Riikonen Date: Sun, 19 Oct 2003 13:16:14 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~813 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=4f1124765f424fa47ef07c5591816eef2f90a9ba updates. --- diff --git a/apps/silcmap/silcmap_bitmap.c b/apps/silcmap/silcmap_bitmap.c index cc2776f1..087adb0e 100644 --- a/apps/silcmap/silcmap_bitmap.c +++ b/apps/silcmap/silcmap_bitmap.c @@ -460,7 +460,7 @@ bool silc_map_load_font(SilcMap map, const char *filename) /* Load the file */ fp = fopen(filename, "r"); if (!fp) { - fprintf(stderr, "fopen: %s\n", strerror(errno)); + fprintf(stderr, "fopen: %s: %s\n", strerror(errno), filename); return FALSE; }