diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-01-16 08:50:42 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-01-16 08:50:42 +0000 |
commit | 30e194d825d158157ebc9882b1d9a62401f77691 (patch) | |
tree | 5dbc67701a7c399be9d368c0d47c8a7966b4cc90 /app/xkbcomp | |
parent | 8a6211f1143939c58d995a67569341536e36ebbf (diff) |
Fix compiling layout fr.
ok matthieu@
Diffstat (limited to 'app/xkbcomp')
-rw-r--r-- | app/xkbcomp/xkbscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xkbcomp/xkbscan.c b/app/xkbcomp/xkbscan.c index 03193e2d0..b355e06bb 100644 --- a/app/xkbcomp/xkbscan.c +++ b/app/xkbcomp/xkbscan.c @@ -49,7 +49,7 @@ char scanBuf[1024]; static int scanStrLine = 0; #define BUFSIZE 4096 -static char readBuf[BUFSIZE]; +static unsigned char readBuf[BUFSIZE]; static int readBufPos = 0; static int readBufLen = 0; |