From: cristy Date: Thu, 9 Feb 2012 00:08:54 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d670f267c25447df89b9538eca65d0d327cdea8;p=imagemagick --- diff --git a/Magick++/tests/attributes.cpp b/Magick++/tests/attributes.cpp index 68083fedd..0628c96ef 100644 --- a/Magick++/tests/attributes.cpp +++ b/Magick++/tests/attributes.cpp @@ -773,7 +773,7 @@ int main( int /*argc*/, char ** argv) // // gamma // - if ( image.gamma() != 0.45455f ) + if ( image.gamma() != 0.45455 ) { ++failures; cout << "Line: " << __LINE__