tools: change debug tolerance to avoid segfaults
authorØyvind Kolås <pippin@gimp.org>
Tue, 27 Nov 2018 02:53:40 +0000 (03:53 +0100)
committerØyvind Kolås <pippin@gimp.org>
Tue, 27 Nov 2018 02:53:40 +0000 (03:53 +0100)
tools/babl-verify.c

index 5a1a44717b98686921c3728886bffb511a846352..2eaf0a31816e0b94165fcbe8848cf46c49612e29 100644 (file)
@@ -17,8 +17,8 @@ int main (int argc, char **argv)
 
   if (!final)
   {
-  putenv ("BABL_DEBUG_CONVERSIONS" "=" "1");
-  putenv ("BABL_TOLERANCE"         "=" "100000.0");
+    putenv ("BABL_DEBUG_CONVERSIONS" "=" "1");
+    putenv ("BABL_TOLERANCE"         "=" "0.2");
   }
 
   babl_init ();