@@ -2904,7 +2904,7 @@ static int TLSX_PointFormat_Append(PointFormat* list, byte format, void* heap)
{
intret=BAD_FUNC_ARG;
while(1){
while(list){
if(list->format==format){
ret=0;/* format already in use */
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.