X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcmap%2Fsilcmap_bitmap.c;h=087adb0e3e4088f1f0c3d9ae8096b24aeca19798;hb=4f1124765f424fa47ef07c5591816eef2f90a9ba;hp=cc2776f14de57e82f41a4afcc5a683f5369923a4;hpb=6f7ee2267853b030e2bad794e709d3a4d515b284;p=crypto.git 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; }