mirror of
https://github.com/Imagick/imagick.git
synced 2026-06-19 07:35:36 +00:00
Make ImagickPixelIterator::resetIterator return the documented return type.
This commit is contained in:
@@ -141,6 +141,8 @@ PHP_METHOD(ImagickPixelIterator, resetIterator)
|
||||
#if MagickLibVersion <= 0x628
|
||||
internpix->iterator_position = 0;
|
||||
#endif
|
||||
|
||||
RETURN_TRUE;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user