Fix typo
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 30 Dec 2012 01:14:07 +0000 (20:14 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 30 Dec 2012 01:14:07 +0000 (20:14 -0500)
Ouch, this has been wrong since 2004...  I guess no one uses <patelt>
stuff.

src/fcxml.c

index c9d41df..5cb9b2b 100644 (file)
@@ -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);