updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 19 Oct 2003 13:16:14 +0000 (13:16 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 19 Oct 2003 13:16:14 +0000 (13:16 +0000)
apps/silcmap/silcmap_bitmap.c

index cc2776f14de57e82f41a4afcc5a683f5369923a4..087adb0e3e4088f1f0c3d9ae8096b24aeca19798 100644 (file)
@@ -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;
   }