Opened 15 years ago

Last modified 15 years ago

#242 closed defect

GEOSSetSRID_r missing, GEOSSetSRID duplicated — at Version 1

Reported by: tazle Owned by: pramsey
Priority: major Milestone: 3.2.0
Component: C API Version: 3.1.0
Severity: Unassigned Keywords:
Cc:

Description (last modified by mloskot)

Currently there is no GEOSSetSRID_r declaration or implementation in the C API. Instead there is another GEOSSetSRID implementation in the thread-safe implementation and two GEOSSetSRID (second one) declarations in the header.

I think there should be GEOSSetSRID_r for consistency even if GEOSSetSRID is thread-safe (it seems like it might be) - certainly all other functions have _r counterparts.

Change History (1)

comment:1 by mloskot, 15 years ago

Description: modified (diff)
Milestone: 3.1.1
Note: See TracTickets for help on using tickets.