regexp: Fix warning about octal constant

This commit is contained in:
ZyX 2017-04-16 21:35:50 +03:00
parent 76783963eb
commit 69ebfb8d8e

View File

@ -2398,7 +2398,7 @@ collection:
regc('\b');
break;
case CLASS_ESCAPE:
regc('\033');
regc(ESC);
break;
}
} else {