Skip to content

Commit

Permalink
Fix length options
Browse files Browse the repository at this point in the history
  • Loading branch information
shadchin authored Nov 27, 2022
1 parent 1e94248 commit 0dd9fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproj/_transformer.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ cdef PJ* proj_create_crs_to_crs(
)
return NULL

cdef const char* options[4]
cdef const char* options[5]
cdef bytes b_authority
cdef bytes b_accuracy
cdef int options_index = 0
Expand Down

0 comments on commit 0dd9fc6

Please sign in to comment.