Skip to content

Commit 37b98f1

Browse files
fix 32 bit.
1 parent f014488 commit 37b98f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/njs_flathsh.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ typedef struct {
2626
uint32_t configurable:1;
2727

2828
uint32_t key_hash;
29-
void *value[2];
29+
30+
void *value[16/sizeof(void *)];
3031
} njs_flathsh_elt_t;
3132

3233

0 commit comments

Comments
 (0)