From c1eb417e64d36393974ecb12eee2b88ebed69d2f Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 22 Oct 2014 16:15:29 +0200 Subject: File ID can be larger then 8-bit --- xkbcomp/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkbcomp/misc.h b/xkbcomp/misc.h index 4fa4b6dde..015ad5c87 100644 --- a/xkbcomp/misc.h +++ b/xkbcomp/misc.h @@ -30,7 +30,7 @@ typedef struct _CommonInfo { unsigned short defined; - unsigned char fileID; + int fileID; unsigned char merge; struct _CommonInfo *next; } CommonInfo; -- cgit v1.2.3