src/test.cc: wrong field printed
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 1 Dec 2015 00:53:21 +0000 (16:53 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 1 Dec 2015 00:53:21 +0000 (16:53 -0800)
Fixes https://github.com/behdad/harfbuzz/issues/188
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182

src/test.cc

index a8fe046..0c90f8f 100644 (file)
@@ -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);