projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7ee22
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 19 Oct 2003 13:16:14 +0000
(13:16 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 19 Oct 2003 13:16:14 +0000
(13:16 +0000)
apps/silcmap/silcmap_bitmap.c
patch
|
blob
|
history
diff --git
a/apps/silcmap/silcmap_bitmap.c
b/apps/silcmap/silcmap_bitmap.c
index cc2776f14de57e82f41a4afcc5a683f5369923a4..087adb0e3e4088f1f0c3d9ae8096b24aeca19798 100644
(file)
--- 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;
}