aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 31338378..602f504e 100644
--- a/imap.c
+++ b/imap.c
@@ -682,7 +682,11 @@ static int do_cram_md5 (int sock, struct query *ctl)
msg_id, strlen (msg_id),
response, sizeof (response));
+#ifdef HAVE_SNPRINTF
snprintf (reply, sizeof (reply),
+#else
+ sprintf(reply,
+#endif
"%s %02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
ctl->remotename,
response[0], response[1], response[2], response[3],