summaryrefslogtreecommitdiff
path: root/fonts.conf.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-03-20 02:01:01 +0000
committerKeith Packard <keithp@keithp.com>2003-03-20 02:01:01 +0000
commitddde1797a900b818b96fc0818d9df0efacb5ac69 (patch)
tree938d37f86e6ff218ff0c7b3a1de22eecd252b00c /fonts.conf.in
parentf4007a672834df25f0f9b6a918c135d2b79a3784 (diff)
strtod under some locales requires digits before the decimal
Diffstat (limited to 'fonts.conf.in')
-rw-r--r--fonts.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts.conf.in b/fonts.conf.in
index 439a82c..a02187d 100644
--- a/fonts.conf.in
+++ b/fonts.conf.in
@@ -283,7 +283,7 @@
<edit name="matrix" mode="assign">
<times>
<name>matrix</name>
- <matrix><double>1</double><double>.2</double>
+ <matrix><double>1</double><double>0.2</double>
<double>0</double><double>1</double>
</matrix>
</times>