Skip to content

Commit 6812abb

Browse files
committed
Fix incorrect header size macros
1 parent fb30ac5 commit 6812abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tsearch2/ispell/regis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ typedef struct RegisNode
1313
unsigned char data[1];
1414
} RegisNode;
1515

16-
#define RNHDRSZ (sizeof(uint32)+sizeof(void*))
16+
#define RNHDRSZ (offsetof(RegisNode,data))
1717

1818
#define RSF_ONEOF 1
1919
#define RSF_NONEOF 2

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy