Opened 18 years ago

Last modified 17 years ago

#1299 closed defect

home dir plugin path wrong in OGR — at Initial Version

Reported by: kyngchaos@… Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.