We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab59162 + 533d91d commit 601be6eCopy full SHA for 601be6e
src/simple_layout.c
@@ -57,7 +57,7 @@ FT_Error ftpy_calculate_simple_layout(
57
goto exit;
58
}
59
60
- layout->xys = calloc(sizeof(FT_Vector), text_length);
+ layout->xys = calloc(sizeof(ftpy_Layout_Vector), text_length);
61
if (layout->xys == NULL) {
62
63
0 commit comments