diff options
author | Kenneth G Raeburn <raeburn@mit.edu> | 1990-05-16 23:49:15 +0000 |
---|---|---|
committer | Kenneth G Raeburn <raeburn@mit.edu> | 1990-05-16 23:49:15 +0000 |
commit | 4ddbc7c1b1ba2b5546ea2bcf810d5fb2bb61bccc (patch) | |
tree | 115861c8fcdcbdb456a4c9d0ff2e23b255390ac4 /server | |
parent | 4c2f6cf1f2c2f81d176d519831f87d4246896505 (diff) |
Changed "??" to "?" to avoid trigraph problems.
Diffstat (limited to 'server')
-rw-r--r-- | server/uloc.c | 2 |
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); |