@@ -282,7 +282,7 @@ int Curl_GetFTPResponse(char *buf,
inti;
for(meow=line_start,i=0;meow<ptr;meow++,i++)
buf[i]=*meow;
meow[i]=0;/* zero terminate */
*meow=0;/* zero terminate */
keepon=FALSE;
break;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.