src/test.cc: wrong field printed
Fixes https://github.com/behdad/harfbuzz/issues/188 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182
This commit is contained in:
parent
d44d52bd0d
commit
8e5f902656
|
@ -120,7 +120,7 @@ main (int argc, char **argv)
|
|||
info->cluster,
|
||||
info->codepoint,
|
||||
pos->x_offset,
|
||||
pos->x_offset,
|
||||
pos->y_offset,
|
||||
pos->x_advance,
|
||||
pos->y_advance);
|
||||
|
||||
|
|
Loading…
Reference in New Issue