test/shaping/hb_test_tools.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e95d912b3b0af027c4384553f95236db822e5acc
Author: Behdad Esfahbod <[email protected]>
Date:   Wed Apr 11 17:33:02 2012 -0400

    Fix diff tool

diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py
index aeecb45..94207f8 100644
--- a/test/shaping/hb_test_tools.py
+++ b/test/shaping/hb_test_tools.py
@@ -99,9 +99,9 @@ class FancyDiffer:
                                sys.stdout.writelines (FancyDiffer.diff_lines 
(l1, l2, colors))
                        # print out residues
                        for l in f1:
-                               sys.stdout.writelines (["-", colors.red, l1, 
colors.end])
+                               sys.stdout.writelines (["-", colors.red, l, 
colors.end])
                        for l in f1:
-                               sys.stdout.writelines (["-", colors.green, l1, 
colors.end])
+                               sys.stdout.writelines (["-", colors.green, l, 
colors.end])
                except IOError as e:
                        if e.errno != errno.EPIPE:
                                print >> sys.stderr, "%s: %s: %s" % 
(sys.argv[0], e.filename, e.strerror)
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to