[vte] iso2022: Build fix for the check binary



commit 84579974d9bf5cdda22f13baa7c455f50a491638
Author: Christian Persch <chpe gnome org>
Date:   Sun Apr 6 11:39:08 2014 +0200

    iso2022: Build fix for the check binary

 src/iso2022.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iso2022.c b/src/iso2022.c
index 2f857ba..30a9548 100644
--- a/src/iso2022.c
+++ b/src/iso2022.c
@@ -1812,7 +1812,7 @@ main(int argc, char **argv)
        FILE *fp;
        guchar b;
 
-       state = _vte_iso2022_state_new(NULL, NULL, NULL);
+       state = _vte_iso2022_state_new(NULL, VTE_ISO2022_DEFAULT_UTF8_AMBIGUOUS_WIDTH, NULL, NULL);
        buffer = _vte_buffer_new();
        gunichars = g_array_new(FALSE, FALSE, sizeof(gunichar));
        if (argc > 1) {


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