mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fix build
This commit is contained in:
parent
bed030176a
commit
a447d3db44
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ static void text_iter_cp_next(text_iter_obj* object, long flags TSRMLS_DC)
|
|||
object->u.cp.offset = object->u.cp.cp_offset = UBRK_DONE;
|
||||
}
|
||||
} else {
|
||||
U16_FWD_1(object->text, (uint32_t) object->u.cp.offset, object->text_len);
|
||||
U16_FWD_1(object->text, object->u.cp.offset, object->text_len);
|
||||
if ((uint32_t) object->u.cp.offset <= object->text_len) {
|
||||
object->u.cp.cp_offset++;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue