@@ -54,6 +54,6 @@ int _printf(const char *format, ...)
fmt_idx++;
fmt_idx++;
}
}
}
}
write(1,buffer,BUFF_SIZE);
write(1,buffer,BUFF_SIZE+1);
return(_strlen(buffer));
return(_strlen(buffer));
}
}
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.