mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
<couldn't resist>
Use a more appropriate variable name </couldn't resist>
This commit is contained in:
parent
429b09ee04
commit
1d3542a38f
@ -264,11 +264,11 @@ int Curl_GetFTPResponse(int sockfd,
|
|||||||
/* This is the end of the last line, copy the last
|
/* This is the end of the last line, copy the last
|
||||||
* line to the start of the buffer and zero terminate,
|
* line to the start of the buffer and zero terminate,
|
||||||
* for old times sake (and krb4)! */
|
* for old times sake (and krb4)! */
|
||||||
char *moo;
|
char *meow;
|
||||||
int i;
|
int i;
|
||||||
for(moo=line_start, i=0; moo<ptr; moo++, i++)
|
for(meow=line_start, i=0; meow<ptr; meow++, i++)
|
||||||
buf[i] = *moo;
|
buf[i] = *meow;
|
||||||
moo[i]=0; /* zero terminate */
|
meow[i]=0; /* zero terminate */
|
||||||
keepon=FALSE;
|
keepon=FALSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user