(matching_regexp): Escape '\\'.
This commit is contained in:
parent
1699c6afe5
commit
cbdf883147
1 changed files with 1 additions and 1 deletions
|
@ -2050,7 +2050,7 @@ matching_regexp ()
|
|||
{
|
||||
*--s = *--t;
|
||||
|
||||
if (*s == '"')
|
||||
if (*s == '"' || *s == '\\')
|
||||
*--s = '\\';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue