Ticket #1299 (closed defect: fixed)
home dir plugin path wrong in OGR
| Reported by: | kyngchaos@… | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by hobu) (diff)
in ogr/ogrsf_frmts/generic/ogrsfdriverregistrar.cpp::AutoLoadDrivers(), the plugin search path case for the user's home dir is 'lib'. This should be 'lib/gdalplugins', like the rest of the search paths. It's also odd that this case is also inside a notdef block (I presume that means it's not used?), while the same case in the gdaldrivermanager::AutoLoadDrivers() is not. Shouldn't the home dir case be used for OGR plugins as well, for consistency?
Change History
Note: See
TracTickets for help on using
tickets.
