From 05f253a6f31f1ecc4a12469ae75a6977f64b0575 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 17 Oct 2013 09:04:20 +0200 Subject: [PATCH] use gunichar instead of long --- spiceterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiceterm.h b/spiceterm.h index 7a42ad8..cfa9428 100644 --- a/spiceterm.h +++ b/spiceterm.h @@ -88,7 +88,7 @@ typedef struct spiceTerm { int altbuf:1; unsigned int utf8:1; // utf8 mode - long utf_char; // used by utf8 parser + gunichar utf_char; // used by utf8 parser int utf_count; // used by utf8 parser TextAttributes default_attrib; -- 2.39.2