(matching_regexp): Escape '\\'.

This commit is contained in:
Gerd Moellmann 2001-11-16 10:48:38 +00:00
parent 1699c6afe5
commit cbdf883147

View file

@ -2050,7 +2050,7 @@ matching_regexp ()
{
*--s = *--t;
if (*s == '"')
if (*s == '"' || *s == '\\')
*--s = '\\';
}