projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9b202
)
babl: increase precision of error included in babl-fishes cache
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 24 May 2020 02:04:15 +0000
(
04:04
+0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 24 May 2020 02:06:05 +0000
(
04:06
+0200)
babl/babl-cache.c
patch
|
blob
|
history
diff --git
a/babl/babl-cache.c
b/babl/babl-cache.c
index 7479c90688ace1fb0ddf85a42d7678eec52b495d..63ae19e7eca18e3e2c34d50753d76de2352ed04a 100644
(file)
--- a/
babl/babl-cache.c
+++ b/
babl/babl-cache.c
@@
-129,7
+129,7
@@
babl_fish_serialize (Babl *fish, char *dest, int n)
n -= strlen (d);d += strlen (d);
}
- snprintf (d, n, " error=%f", fish->fish.error);
+ snprintf (d, n, " error=%
.10
f", fish->fish.error);
n -= strlen (d);d += strlen (d);
if (fish->class_type == BABL_FISH)