Skip to content

Commit 9e0a61b

Browse files
Warning fix
1 parent 7d65b6e commit 9e0a61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FlitsGeohashC/flitsgeohash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ GEOHASH_free_neighbors(GEOHASH_neighbors *neighbors)
123123
char*
124124
GEOHASH_get_adjacent(const char* hash, GEOHASH_direction dir)
125125
{
126-
int len, idx;
126+
size_t len, idx;
127127
const char *border_table, *neighbor_table;
128128
char *base, *refined_base, *ptr, last;
129129

0 commit comments

Comments
 (0)