summaryrefslogtreecommitdiff
path: root/3rdParty/libquickmail/smtpsocket.c
diff options
context:
space:
mode:
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;
}