[babl] introspect: Print full precision for the path error



commit 8ab7ab26c6c4da1c8fbac5f264e9337ba35aa91d
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Sat Jan 11 18:46:35 2014 -0800

    introspect: Print full precision for the path error

 babl/babl-introspect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-introspect.c b/babl/babl-introspect.c
index c3f6737..d969192 100644
--- a/babl/babl-introspect.c
+++ b/babl/babl-introspect.c
@@ -167,7 +167,7 @@ fish_introspect (Babl *babl)
 static void
 fish_path_introspect (Babl *babl)
 {
-  babl_log ("\t\tcost:%f error:%f",
+  babl_log ("\t\tcost:%f error:%.12f",
             babl->fish_path.cost, babl->fish.error);
 
   babl_list_each(babl->fish_path.conversion_list, each_introspect, NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]