You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
pcre2: Update to upstream version 10.33
This commit is contained in:
2
thirdparty/pcre2/src/pcre2_convert.c
vendored
2
thirdparty/pcre2/src/pcre2_convert.c
vendored
@@ -276,7 +276,7 @@ while (plength > 0)
|
||||
break;
|
||||
|
||||
case CHAR_BACKSLASH:
|
||||
if (plength <= 0) return PCRE2_ERROR_END_BACKSLASH;
|
||||
if (plength == 0) return PCRE2_ERROR_END_BACKSLASH;
|
||||
if (extended) nextisliteral = TRUE; else
|
||||
{
|
||||
if (*posix < 127 && strchr(posix_meta_escapes, *posix) != NULL)
|
||||
|
||||
Reference in New Issue
Block a user