summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'comms/fidogate/patches/patch-ak')
-rw-r--r--comms/fidogate/patches/patch-ak22
1 files changed, 22 insertions, 0 deletions
diff --git a/comms/fidogate/patches/patch-ak b/comms/fidogate/patches/patch-ak
new file mode 100644
index 00000000000..60bee16d2a9
--- /dev/null
+++ b/comms/fidogate/patches/patch-ak
@@ -0,0 +1,22 @@
+$NetBSD: patch-ak,v 1.4 2001/03/09 19:06:20 tv Exp $
+
+--- src/areafix/areafix.c.orig Thu Feb 22 13:47:33 2001
++++ src/areafix/areafix.c Thu Feb 22 13:47:46 2001
+@@ -770,7 +770,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 +836,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);
+ }