[gegl] gegl-tester: swap order of hashes on !=



commit a3ed1bb73b33f271235651372be0e047890f8c8f
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Mar 13 17:35:04 2017 +0100

    gegl-tester: swap order of hashes on !=

 tools/gegl-tester.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gegl-tester.c b/tools/gegl-tester.c
index 41405d7..9c8e4b5 100644
--- a/tools/gegl-tester.c
+++ b/tools/gegl-tester.c
@@ -253,7 +253,7 @@ process_operations (GType type)
           g_printf (" OK (hash c)\n");
         else
         {
-          g_printf (" FAIL %s != %s\n", hash, gothash);
+          g_printf (" FAIL %s != %s\n", gothash, hash);
           failed ++;
           g_string_append_printf (failed_ops, " %s", name);
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]