summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-05-16 23:49:15 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-05-16 23:49:15 +0000
commit4ddbc7c1b1ba2b5546ea2bcf810d5fb2bb61bccc (patch)
tree115861c8fcdcbdb456a4c9d0ff2e23b255390ac4 /server/uloc.c
parent4c2f6cf1f2c2f81d176d519831f87d4246896505 (diff)
Changed "??" to "?" to avoid trigraph problems.
Diffstat (limited to 'server/uloc.c')
-rw-r--r--server/uloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/uloc.c b/server/uloc.c
index 950a55e..5f4579d 100644
--- a/server/uloc.c
+++ b/server/uloc.c
@@ -1338,7 +1338,7 @@ register FILE *fp;
fputs("/NET_ANN/", fp);
break;
default:
- fprintf(fp, "/?? %d ??/", locations[i].zlt_exposure);
+ fprintf(fp, "/? %d ?/", locations[i].zlt_exposure);
break;
}
fputs(inet_ntoa(locations[i].zlt_addr), fp);