From c1ff8324f03b400f0a46c18416f735d8aabca4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 18 Oct 2000 20:16:26 +0000 Subject: [PATCH] Trim index lines down to 79 characters, not 80. Approved by: jkh --- usr.sbin/pkg_install/info/info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/info/info.h b/usr.sbin/pkg_install/info/info.h index d90ba220352..56bac9feae5 100644 --- a/usr.sbin/pkg_install/info/info.h +++ b/usr.sbin/pkg_install/info/info.h @@ -24,7 +24,7 @@ #define _INST_INFO_H_INCLUDE #ifndef MAXINDEXSIZE -#define MAXINDEXSIZE 60 +#define MAXINDEXSIZE 59 #endif #ifndef MAXNAMESIZE