Opened 18 years ago

Closed 17 years ago

#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)

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

comment:1 by hobu, 17 years ago

Fixed this in CVS.  Please confirm that it does what it's supposed to

comment:3 by hobu, 17 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Fixed awhile ago before the 1.4.0 release. Just forgot to close the bug.

Note: See TracTickets for help on using tickets.