mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
This commit is contained in:
@@ -92,7 +92,7 @@ Magick::Quantum* Magick::Pixels::set(const ssize_t x_,const ssize_t y_,
|
||||
void Magick::Pixels::sync(void)
|
||||
{
|
||||
GetPPException;
|
||||
SyncCacheViewAuthenticPixels(_view,exceptionInfo);
|
||||
(void) SyncCacheViewAuthenticPixels(_view,exceptionInfo);
|
||||
ThrowPPException(_image.quiet());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user