diff options
Diffstat (limited to 'pith/imap.c')
-rw-r--r-- | pith/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/imap.c b/pith/imap.c index 90219992..4b81bc09 100644 --- a/pith/imap.c +++ b/pith/imap.c @@ -643,7 +643,7 @@ mm_nocritical(MAILSTREAM *stream) void mm_fatal(char *message) { - panic(message); + alpine_panic(message); } |