src/test.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e5f902656d2882d24c30e8b26ddbd3963baa55c
Author: Behdad Esfahbod <beh...@behdad.org>
Date:   Mon Nov 30 16:53:21 2015 -0800

    src/test.cc: wrong field printed
    
    Fixes https://github.com/behdad/harfbuzz/issues/188
    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182

diff --git a/src/test.cc b/src/test.cc
index a8fe046..0c90f8f 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -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);
 
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to