commit b3718f92a14c139be3c0aa77c04943ffe97bd147
parent 281b363654a4ca5be6332b446e66795015118dab
Author: William Casarin <jb55@jb55.com>
Date: Wed, 19 Jul 2023 22:49:00 -0700
move comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nostrdb.h b/nostrdb.h
@@ -8,12 +8,12 @@
// representation
#pragma pack(push, 1)
-// we assume little endian everywhere. sorry not sorry.
union packed_str {
uint32_t offset;
struct {
char str[3];
+ // we assume little endian everywhere. sorry not sorry.
unsigned char flag;
} packed;