[X2Go-Commits] [vcxsrv] 05/13: File ID can be larger then 8-bit

git-admin at x2go.org git-admin at x2go.org
Mon Mar 9 05:11:41 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 1.16.2.0
in repository vcxsrv.

commit c1eb417e64d36393974ecb12eee2b88ebed69d2f
Author: marha <marha at users.sourceforge.net>
Date:   Wed Oct 22 16:15:29 2014 +0200

    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 4fa4b6d..015ad5c 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;

--
Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git


More information about the x2go-commits mailing list