[vte] tests: interpret: Fix build for matcher API change



commit 174428ceafa642747400c5497dcfe207ec928db1
Author: Christian Persch <chpe gnome org>
Date:   Thu May 22 08:53:13 2014 +0200

    tests: interpret: Fix build for matcher API change

 src/interpret.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/interpret.c b/src/interpret.c
index 32a8bd1..807c136 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -46,7 +46,6 @@ main(int argc, char **argv)
        int infile;
        struct _vte_iso2022_state *subst;
        const char *tmp;
-       GQuark quark;
        GValueArray *values;
 
        _vte_debug_init();
@@ -97,7 +96,6 @@ main(int argc, char **argv)
                                                   j,
                                                   &tmp,
                                                   NULL,
-                                                  &quark,
                                                   &values);
                                if ((tmp == NULL) || (strlen(tmp) > 0)) {
                                        break;
@@ -125,7 +123,7 @@ main(int argc, char **argv)
                        }
 
                        l = j;
-                       g_print("%s(", g_quark_to_string(quark));
+                       g_print("%s(", tmp);
                        for (j = 0; (values != NULL) && (j < values->n_values); j++) {
                                if (j > 0) {
                                        g_print(", ");


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