From 4ddbc7c1b1ba2b5546ea2bcf810d5fb2bb61bccc Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Wed, 16 May 1990 23:49:15 +0000 Subject: Changed "??" to "?" to avoid trigraph problems. --- server/uloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/uloc.c') 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); -- cgit v1.2.3