nostrdb/varint: switch to 64 bit varints
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
4c55459c1f
commit
76862776b8
@@ -266,7 +266,7 @@ struct ndb_text_search_key
|
||||
const char *str;
|
||||
uint64_t timestamp;
|
||||
uint64_t note_id;
|
||||
int word_index;
|
||||
uint64_t word_index;
|
||||
};
|
||||
|
||||
struct ndb_text_search_result {
|
||||
|
||||
Reference in New Issue
Block a user