summaryrefslogtreecommitdiff
path: root/3rdParty/libquickmail/smtpsocket.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-07-14 12:47:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-07-14 12:47:29 +0200
commit5abd626fb1338dc6781f6a2febd7bfb1c906cc3d (patch)
tree242cbcc3907c96eaea2f9ed30213dde914a07f6c /3rdParty/libquickmail/smtpsocket.c
parent30e0a2a416ae75fc74b533ac4a9a0bc76c28f02e (diff)
downloadaCms-5abd626fb1338dc6781f6a2febd7bfb1c906cc3d.tar.gz
aCms-5abd626fb1338dc6781f6a2febd7bfb1c906cc3d.tar.bz2
update libquickmail from 0.1.20 to 0.1.24
Diffstat (limited to '3rdParty/libquickmail/smtpsocket.c')
-rw-r--r--3rdParty/libquickmail/smtpsocket.c2
1 files changed, 1 insertions, 1 deletions
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;
}