Opened 12 years ago

Closed 9 years ago

#4666 closed defect (invalid)

bug OGRSFDriverRegistrar::AutoLoadDrivers windows

Reported by: okimiyuki Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: 1.9.0
Severity: normal Keywords: ogr AutoLoadDrivers
Cc:

Description

OGR 1.9.0 in ogrsfdriverregistrar.cpp line 819

strcat( szPluginDir, "
gdalplugins
" );

should be
strcat( szPluginDir, "
gdalplugins" );

line 858 fail and convert to


gdalplugins
1.9
*.* ->
gdalplugins

*.*

this pattern not match forever

Change History (2)

comment:1 by Jukka Rahkonen, 9 years ago

Even, is this part of code nowadays in some other place because of gdal/ogr driver unification? Is this ticket valid at all?

comment:2 by Even Rouault, 9 years ago

Resolution: invalid
Status: newclosed

No longer valid since unification indeed

Note: See TracTickets for help on using tickets.