From 5abd626fb1338dc6781f6a2febd7bfb1c906cc3d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 14 Jul 2016 12:47:29 +0200 Subject: update libquickmail from 0.1.20 to 0.1.24 --- 3rdParty/libquickmail/smtpsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdParty/libquickmail/smtpsocket.c') diff --git a/3rdParty/libquickmail/smtpsocket.c b/3rdParty/libquickmail/smtpsocket.c index 4b21600..2210224 100644 --- a/3rdParty/libquickmail/smtpsocket.c +++ b/3rdParty/libquickmail/smtpsocket.c @@ -206,7 +206,7 @@ int socket_smtp_command (SOCKET sock, FILE* debuglog, const char* template, ...) if ((cmd = (char*)malloc(cmdlen + 3)) == NULL) { DEBUG_ERROR(ERRMSG_MEMORY_ALLOCATION_ERROR) if (debuglog) - fprintf(debuglog, ERRMSG_MEMORY_ALLOCATION_ERROR); + fprintf(debuglog, "%s\n", ERRMSG_MEMORY_ALLOCATION_ERROR); va_end(ap); return 999; } -- cgit v1.2.3-54-g00ecf