projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e40364
)
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
patch
|
blob
|
history
diff --git
a/tools/babl-verify.c
b/tools/babl-verify.c
index 5a1a44717b98686921c3728886bffb511a846352..2eaf0a31816e0b94165fcbe8848cf46c49612e29 100644
(file)
--- a/
tools/babl-verify.c
+++ b/
tools/babl-verify.c
@@
-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 ();