31 lines
952 B
Text
31 lines
952 B
Text
$NetBSD: patch-ak,v 1.6 2003/10/18 12:04:54 cjep Exp $
|
|
--- src/areafix/areafix.c.orig 2001-05-29 04:00:27.000000000 +1000
|
|
+++ src/areafix/areafix.c 2003-10-10 18:43:07.000000000 +1000
|
|
@@ -273,8 +273,7 @@
|
|
|
|
void areafix_auth_cmd(void)
|
|
{
|
|
- authorized = authorized_cmdline = authorized_new =
|
|
- authorized_new = authorized_delete = TRUE;
|
|
+ authorized = authorized_cmdline = authorized_new = authorized_delete = TRUE;
|
|
}
|
|
|
|
|
|
@@ -770,7 +769,7 @@
|
|
mark = (lon_search(l, node) ? "*" : " ");
|
|
|
|
if(p->desc)
|
|
- areafix_printf("%s Z%-3d %-39s: %s",
|
|
+ areafix_printf("%s Z%-3d %-20s: %s",
|
|
mark, p->zone, p->area, p->desc);
|
|
else
|
|
areafix_printf("%s Z%-3d %s",
|
|
@@ -836,7 +835,7 @@
|
|
|
|
mark = (lon_search(l, node) ? "*" : " ");
|
|
if(p->desc)
|
|
- areafix_printf("%s %-39s: %s", mark, p->area, p->desc);
|
|
+ areafix_printf("%s %-20s: %s", mark, p->area, p->desc);
|
|
else
|
|
areafix_printf("%s %s", mark, p->area);
|
|
}
|