Changes between Initial Version and Version 1 of Ticket #4123


Ignore:
Timestamp:
Jun 16, 2011, 7:15:41 AM (13 years ago)
Author:
warmerdam
Comment:

I'll address this in GDAL and upstream in mitab. Daniel let me know if there is something that looks wrong about the fellows proposed solution.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4123

    • Property Cc Daniel Morissette added
    • Property Keywords MITAB added
    • Property Status newassigned
    • Property Priority highnormal
  • Ticket #4123 – Description

    initial v1  
    77gdal-1.8.0/ogr/ogrsf_frmts/mitab/mitab_utils.cpp
    88
    9 
     9{{{
    1010///code of the method
    1111
     
    5454    return pszBasename;
    5555}
    56 
     56}}}
    5757
    5858we replaced " for(i=0; pszBasename[i] != '\0'; i++)" by this " for(i=strlen(pszBasename)-1; i >= 0; i--)" and it worked