Opened 19 years ago

Last modified 19 years ago

#954 closed defect (fixed)

mif read error!

Reported by: zhouyahua@… Owned by: warmerdam
Priority: high Milestone:
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

mitab_miffile.cpp line 440: while(pszLine && *pszLine == ' ')
shoude be: while(pszLine && (*pszLine == ' ' ||*pszLine == '\t' ) )

Change History (1)

comment:1 by warmerdam, 19 years ago

Patch applied. 

Thanks!

Note: See TracTickets for help on using tickets.