From 08bfb7cb63cd2e9ed35f854965d80833e1e9c8b3 Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 27 Aug 2002 15:35:54 +0000 Subject: IRIX changes --- httpd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index b745df0..2b06da2 100644 --- a/httpd.c +++ b/httpd.c @@ -434,9 +434,9 @@ httpProcessInput(rfbScreenInfoPtr rfbScreen) } else #endif WriteExact(&cl, "?", 1); - } else if (compareAndSkip(&ptr, "$PARAMS")) { - if (params[0] != '\0') - WriteExact(&cl, params, strlen(params)); + } else if (compareAndSkip(&ptr, "$PARAMS")) { + if (params[0] != '\0') + WriteExact(&cl, params, strlen(params)); } else { if (!compareAndSkip(&ptr, "$$")) ptr++; -- cgit v1.2.1