From 9e9a32078793384868c49979ba08273836931807 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 17 Jun 2016 16:55:13 -0600 Subject: * Work in progress: Alpine calls non-safe functions while handling a signal. An attempt is being made to correct this in the future. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772. --- pith/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/imap.c') diff --git a/pith/imap.c b/pith/imap.c index e02f46ba..cc58dbc9 100644 --- a/pith/imap.c +++ b/pith/imap.c @@ -567,7 +567,7 @@ mm_dlog(char *string) dprint(((ps_global->debug_imap >= 4 && debug < 4) ? debug : 4, "IMAP DEBUG %s%s: %s\n", continued ? continued : "", - debug_time(1, ps_global->debug_timestamp), p ? p : "?")); + debug_time(1, ps_global->debug_timestamp, ps_global->signal_in_progress), p ? p : "?")); #ifdef DEBUGJOURNAL } #endif -- cgit v1.2.3-54-g00ecf