From e83af5689433672329fc3fc35b2f0461cb270f3e Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 9 Feb 2012 00:03:08 +0000 Subject: [PATCH] --- Magick++/tests/attributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magick++/tests/attributes.cpp b/Magick++/tests/attributes.cpp index 2a2ae33dc..68083fedd 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 ) + if ( image.gamma() != 0.45455f ) { ++failures; cout << "Line: " << __LINE__ -- 2.40.0