]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 19 Oct 2010 01:08:11 +0000 (01:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 19 Oct 2010 01:08:11 +0000 (01:08 +0000)
Magick++/lib/Pixels.cpp

index f91ce6e5a69b3513bd479804e37136b167c5f1fa..1b15e3bceb5b7f36a27bbaa5372758b379a41986 100644 (file)
@@ -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;
 }