We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab59162 commit 533d91dCopy full SHA for 533d91d
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