commit | a46424228f0998a72c715f32e18dca8a7a764c1f | [log] [tgz] |
---|---|---|
author | Ben Wagner <bungeman@chromium.org> | Wed May 08 15:33:47 2024 |
committer | Ben Wagner <bungeman@chromium.org> | Wed May 08 15:36:18 2024 |
tree | a0f0f12a134da6279eb045a545ed5b1887570ee1 | |
parent | 1264b84c08a31d11303fe3781444f6f026ea60b8 [diff] |
[psaux] Fix location and type order in initializer `T1_FIELD_ZERO` is used to zero initialize a `T1_FieldRec`. `T1_FIELD_ZERO` is currently initilizing `T1_FieldRec::location` with a `T1_FieldType` and `T1_FieldRec::type` with a `T1_FieldLocation`. This was detected with `-Wenum-conversion`. * include/freetype/internal/psaux.h (T1_FIELD_ZERO): correct order of initalizers