summaryrefslogtreecommitdiffstats
path: root/bchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'bchannel.c')
-rw-r--r--bchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bchannel.c b/bchannel.c
index 6b005ec..c5dcc4b 100644
--- a/bchannel.c
+++ b/bchannel.c
@@ -559,7 +559,7 @@ int bchannel_handle(void)
{
int ret, work = 0;
struct bchannel *bchannel;
- char buffer[2048+MISDN_HEADER_LEN];
+ unsigned char buffer[2048+MISDN_HEADER_LEN];
struct mISDNhead *hh = (struct mISDNhead *)buffer;
/* process all bchannels */