Skip to content

Commit c8778eb

Browse files
committed
oops, changed in wrong place
1 parent 36d02a3 commit c8778eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/intl/grapheme/grapheme_string.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,9 @@ PHP_FUNCTION(grapheme_extract)
800800
{
801801
char *str, *pstr;
802802
UText ut = UTEXT_INITIALIZER;
803-
size_t str_len;
804-
zend_long size; /* maximum number of grapheme clusters, bytes, or characters (based on extract_type) to return */
805-
zend_long lstart = 0; /* starting position in str in bytes */
803+
int str_len;
804+
long size; /* maximum number of grapheme clusters, bytes, or characters (based on extract_type) to return */
805+
long lstart = 0; /* starting position in str in bytes */
806806
int32_t start = 0;
807807
long extract_type = GRAPHEME_EXTRACT_TYPE_COUNT;
808808
UErrorCode status;

0 commit comments

Comments
 (0)