Skip to content

Commit 9e787d5

Browse files
committed
Fix typo
Did not have intl enabled in this build...
1 parent 578b785 commit 9e787d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/breakiterator/breakiterator_iterators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ U_CFUNC PHP_METHOD(IntlPartsIterator, getBreakIterator)
281281

282282
INTLITERATOR_METHOD_FETCH_OBJECT;
283283

284-
RETURN_COPY_DEREF(return_value, &it->iterator->data);
284+
RETURN_COPY_DEREF(&ii->iterator->data);
285285
}
286286

287287
U_CFUNC void breakiterator_register_IntlPartsIterator_class(void)

0 commit comments

Comments
 (0)