From 1f1d6370d4746360c108451a451f41e001f465f0 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 19 Oct 2010 01:08:11 +0000 Subject: [PATCH] --- Magick++/lib/Pixels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magick++/lib/Pixels.cpp b/Magick++/lib/Pixels.cpp index f91ce6e5a..1b15e3bce 100644 --- a/Magick++/lib/Pixels.cpp +++ b/Magick++/lib/Pixels.cpp @@ -60,7 +60,7 @@ Magick::PixelPacket* Magick::Pixels::get ( const ssize_t x_, PixelPacket* pixels = GetCacheViewAuthenticPixels( _view, x_, y_, columns_, rows_, &_exception); if ( !pixels ) - throwException( *GetCacheViewException(_view) ); + throwException( _exception ); return pixels; } -- 2.40.0