@@ -1523,7 +1523,7 @@ hist_saveline(char *line, int len)
{
staticchar*prev=NULL;
if(!len)
if(len<=1)
return;
/* ignore if identical with previous line */
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.