]> andersk Git - moira.git/commitdiff
lint
authormar <mar>
Wed, 10 Nov 1993 15:32:24 +0000 (15:32 +0000)
committermar <mar>
Wed, 10 Nov 1993 15:32:24 +0000 (15:32 +0000)
server/mr_util.c

index ca0c888d462dd5e4784b6704c5e00d4e81717363..9926446eb854d43c503a02da2c77089c04d1b95a 100644 (file)
@@ -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
This page took 0.073157 seconds and 5 git commands to generate.