]> andersk Git - moira.git/blobdiff - server/mr_util.c
fixup delete_nfs_physical
[moira.git] / server / mr_util.c
index ccc9a1e068c4a6999805c8dc3f037241338b97e6..9926446eb854d43c503a02da2c77089c04d1b95a 100644 (file)
@@ -108,10 +108,10 @@ int argc;
 char **argv;
 {
     register char **arg;
-    register char *p, *lastch;
+    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.031148 seconds and 4 git commands to generate.