Skip to content

Commit

Permalink
Fix length options (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadchin committed Nov 28, 2022
1 parent 1e94248 commit 7fcd1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproj/_transformer.pyx
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 7fcd1b3

Please sign in to comment.