From 245f8a92a68015a715f4821b4a32b4c39a00d8d7 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 10 Nov 1993 15:32:24 +0000 Subject: [PATCH 1/1] lint --- server/mr_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mr_util.c b/server/mr_util.c index ca0c888d..9926446e 100644 --- a/server/mr_util.c +++ b/server/mr_util.c @@ -111,7 +111,7 @@ char **argv; register unsigned char *p, *lastch; for (arg = argv; argc--; arg++) { - for (lastch = p = *arg; *p; p++) { + for (lastch = p = (unsigned char *) *arg; *p; p++) { /* If any byte in the string has the high bit set, assume * that it is binary and we do not want to trim it. * Setting p = lastch will cause us not to trim the string -- 2.45.2