(matching_regexp): Escape '\\'.
This commit is contained in:
@@ -2050,7 +2050,7 @@ matching_regexp ()
|
||||
{
|
||||
*--s = *--t;
|
||||
|
||||
if (*s == '"')
|
||||
if (*s == '"' || *s == '\\')
|
||||
*--s = '\\';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user