summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-12-23 16:02:39 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-12-23 16:02:39 +0200
commit30b5656dcaf1511a56b965fe0f985aa7761c3a5c (patch)
tree5a4c31272026a2269b282d4454c32b7a942f57d2 /frm
parent807f3d246e0dbe13da92328dc5dc47ca9f6d504a (diff)
downloadmailutils-30b5656dcaf1511a56b965fe0f985aa7761c3a5c.tar.gz
mailutils-30b5656dcaf1511a56b965fe0f985aa7761c3a5c.tar.bz2
Bugfixes.
* frm/common.c [!HAVE_LIBFRIBIDI] (puts_bidi): Fix definition. * libproto/pop/mbox.c (pop_destroy): Fix coredump (occurred if the mailbox has not been scanned).
Diffstat (limited to 'frm')
-rw-r--r--frm/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frm/common.c b/frm/common.c
index dfecd2d65..592838587 100644
--- a/frm/common.c
+++ b/frm/common.c
@@ -199,7 +199,7 @@ puts_bidi (char *string)
}
#else
# define alloc_logical(s)
-# define puts_bidi(s) mu_stream_printf ("%s\n", s)
+# define puts_bidi(s) mu_printf ("%s\n", s)
#endif

Return to:

Send suggestions and report system problems to the System administrator.