Skip to content

Commit 6c670c7

Browse files
committed
Update overlooked cmake update of name size to 128
1 parent 32e709b commit 6c670c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-cmake.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@
5151
#define PCRE2GREP_MAX_BUFSIZE @PCRE2GREP_MAX_BUFSIZE@
5252

53-
#define MAX_NAME_SIZE 32
53+
#define MAX_NAME_SIZE 128
5454
#define MAX_NAME_COUNT 10000
5555

5656
/* end config.h for CMake builds */

0 commit comments

Comments
 (0)