diff --git a/nostrdb/src/cursor.h b/nostrdb/src/cursor.h index cd5cd311..f1a52873 100644 --- a/nostrdb/src/cursor.h +++ b/nostrdb/src/cursor.h @@ -475,7 +475,7 @@ static inline int pull_bytes(struct cursor *cur, int count, const unsigned char } static inline int parse_str(struct cursor *cur, const char *str) { - int i; + unsigned int i; char c, cs; unsigned long len;