]> andersk Git - moira.git/commitdiff
last fix correct this time
authormar <mar>
Wed, 8 Jul 1992 16:57:49 +0000 (16:57 +0000)
committermar <mar>
Wed, 8 Jul 1992 16:57:49 +0000 (16:57 +0000)
server/mr_util.c

index ccc9a1e068c4a6999805c8dc3f037241338b97e6..ca0c888d462dd5e4784b6704c5e00d4e81717363 100644 (file)
@@ -108,7 +108,7 @@ 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++) {
This page took 0.038102 seconds and 5 git commands to generate.