diff options
-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); |