Opened 12 years ago
Closed 10 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 , 10 years ago
comment:2 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
No longer valid since unification indeed
Note:
See TracTickets
for help on using tickets.
Even, is this part of code nowadays in some other place because of gdal/ogr driver unification? Is this ticket valid at all?