]> git.proxmox.com Git - spiceterm.git/commitdiff
use gunichar instead of long
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Oct 2013 07:04:20 +0000 (09:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Oct 2013 07:04:20 +0000 (09:04 +0200)
spiceterm.h

index 7a42ad8d7df43a14dc8d8a243e102f9837f26d73..cfa9428d587a563249556a7909ce335fd5c3ad9e 100644 (file)
@@ -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;