mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Merge branch 's390x-gregex-prce2-fix' into 'main'
gregex: use correct size for pcre2_pattern_info Closes #2699 See merge request GNOME/glib!2840
This commit is contained in:
commit
7eb791db52
@ -1701,7 +1701,7 @@ regex_compile (const gchar *pattern,
|
||||
PCRE2_SIZE erroffset;
|
||||
gint errcode;
|
||||
GRegexCompileFlags nonpcre_compile_options;
|
||||
unsigned long int pcre_compile_options;
|
||||
uint32_t pcre_compile_options;
|
||||
|
||||
nonpcre_compile_options = compile_options & G_REGEX_COMPILE_NONPCRE_MASK;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user