@@ -1157,7 +1157,7 @@ status_prompt_key(struct client *c, int key)
c->flags|=CLIENT_STATUS;
break;
caseMODEKEYEDIT_PASTE:
if((pb=paste_get_top(&global_buffers))==NULL)
if((pb=paste_get_top())==NULL)
break;
for(n=0;n<pb->size;n++){
ch=(u_char)pb->data[n];
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.