@@ -3829,7 +3829,8 @@ for (ip = instr, op = tmpbuf; *ip && (op < oend); ) {
}
ip=ip+2;
}
*op++=*ip++;/* literal character */
else
*op++=*ip++;/* literal character */
}
}
*op=0;/* term 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.