@ -260,8 +260,8 @@ fd_readline (int fdi, int fdo, char *b, int bsz)
unsignedcharc;
unsignedchar*bp,*bpe;
bp=b;
bpe=b+bsz-1;
bp=(unsignedchar*)b;
bpe=(unsignedchar*)b+bsz-1;
while(1){
r=read(fdi,&c,1);
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.