Fix typo
Ouch, this has been wrong since 2004... I guess no one uses <patelt> stuff.
This commit is contained in:
parent
9ce36f4bbe
commit
927dd3ddb5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue