[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sat Dec 29 17:14:32 PST 2012


 src/fcxml.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 927dd3ddb582303843e70300b04167ca774e78b7
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat Dec 29 20:14:07 2012 -0500

    Fix typo
    
    Ouch, this has been wrong since 2004...  I guess no one uses <patelt>
    stuff.

diff --git a/src/fcxml.c b/src/fcxml.c
index c9d41df..5cb9b2b 100644
--- a/src/fcxml.c
+++ b/src/fcxml.c
@@ -2423,7 +2423,7 @@ FcPopValue (FcConfigParse *parse)
 	break;
     case FcVStackDouble:
 	value.u.d = vstack->u._double;
-	value.type = FcTypeInteger;
+	value.type = FcTypeDouble;
 	break;
     case FcVStackMatrix:
 	value.u.m = FcMatrixCopy (vstack->u.matrix);


More information about the Fontconfig mailing list