committed by
Junio C Hamano
parent
0f39087589
commit
3dff5379bf
@ -135,7 +135,7 @@ static const char *find_next(const char *cp)
|
||||
while (*cp) {
|
||||
if (*cp == '%') {
|
||||
/* %( is the start of an atom;
|
||||
* %% is a quoteed per-cent.
|
||||
* %% is a quoted per-cent.
|
||||
*/
|
||||
if (cp[1] == '(')
|
||||
return cp;
|
||||
|
||||
Reference in New Issue
Block a user