Ticket #1299 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

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

Changed 7 years ago by hobu

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

Changed 6 years ago by hobu

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

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

Note: See TracTickets for help on using tickets.