]> andersk Git - moira.git/blobdiff - server/mr_util.c
lint
[moira.git] / 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.174608 seconds and 4 git commands to generate.