mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
email: Corrected a couple of typos from commit aa0eaef4838ccd
This commit is contained in:
parent
e232f5f3f9
commit
cfdfdcdd9d
@ -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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user