From 456c701f8cc82b30babb0234dc6bac827859b21a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 4 Jul 2007 09:41:42 +0000 Subject: some more unsigned char conversions... --- outchannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'outchannel.c') diff --git a/outchannel.c b/outchannel.c index ef4f1ac6..a0ee01b3 100644 --- a/outchannel.c +++ b/outchannel.c @@ -175,7 +175,7 @@ static int get_restOfLine(char **pp, char **pBuf) * There might be some whitespace between the field (but not within) * and the commas. This can be removed. */ -struct outchannel *ochAddLine(char* pName, char** ppRestOfConfLine) +struct outchannel *ochAddLine(char* pName, unsigned char** ppRestOfConfLine) { struct outchannel *pOch; char *p; -- cgit v1.2.3