From 598c460ceb842d0cf9df89f93642a1594f35b993 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 19 Aug 2002 10:41:11 +0000 Subject: unwarn compilation --- auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.c') diff --git a/auth.c b/auth.c index e7bd74f..b903425 100644 --- a/auth.c +++ b/auth.c @@ -84,7 +84,7 @@ rfbAuthProcessClientMessage(cl) return; } - if(!cl->screen->passwordCheck(cl,response,CHALLENGESIZE)) { + if(!cl->screen->passwordCheck(cl,(const char*)response,CHALLENGESIZE)) { rfbLog("rfbAuthProcessClientMessage: password check failed\n"); authResult = Swap32IfLE(rfbVncAuthFailed); if (WriteExact(cl, (char *)&authResult, 4) < 0) { -- cgit v1.2.1