email: Corrected a couple of typos from commit aa0eaef483
This commit is contained in:
@@ -371,7 +371,7 @@ static void pop3_get_message(char *buffer, char** outptr)
|
||||
message[len] != '\t')
|
||||
break;
|
||||
|
||||
/* Terminate the challenge */
|
||||
/* Terminate the message */
|
||||
if(++len) {
|
||||
message[len] = '\0';
|
||||
}
|
||||
|
||||
@@ -328,7 +328,7 @@ static void smtp_get_message(char *buffer, char** outptr)
|
||||
message[len] != '\t')
|
||||
break;
|
||||
|
||||
/* Terminate the challenge */
|
||||
/* Terminate the message */
|
||||
if(++len) {
|
||||
message[len] = '\0';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user