diff --git a/nostrdb/cursor.h b/nostrdb/cursor.h index 69e88eae..7de80e30 100644 --- a/nostrdb/cursor.h +++ b/nostrdb/cursor.h @@ -463,9 +463,8 @@ static inline int pull_bytes(struct cursor *cur, int count, const u8 **bytes) { } static inline int parse_str(struct cursor *cur, const char *str) { - int i; char c, cs; - unsigned long len; + unsigned long i, len; len = strlen(str);