From 3866d4643e43ea1bd0c2a9923ba763dc75fe837a Mon Sep 17 00:00:00 2001 From: 2!tgraf <2!tgraf> Date: Tue, 18 Jan 2005 00:17:27 +0000 Subject: [PATCH] Give pedit kind size a name (Logical change 1.126) --- tc/m_pedit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tc/m_pedit.h b/tc/m_pedit.h index c5d531de..0a6d24e0 100644 --- a/tc/m_pedit.h +++ b/tc/m_pedit.h @@ -37,10 +37,12 @@ #define RU16 0xFFFF #define RU8 0xFF +#define PEDITKINDSIZ 16 + struct m_pedit_util { struct m_pedit_util *next; - char id[16]; + char id[PEDITKINDSIZ]; int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey); };