Ouch, this has been wrong since 2004...  I guess no one uses <patelt>
stuff.
This commit is contained in:
Behdad Esfahbod 2012-12-29 20:14:07 -05:00
parent 9ce36f4bbe
commit 927dd3ddb5
1 changed files with 1 additions and 1 deletions

View 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);