Opened 11 years ago

Closed 11 years ago

#5164 closed defect (fixed)

OGRFieldDefn::OGRFieldDefn( const char * pszNameIn, OGRFieldType eTypeIn ) doesn't initialize the bIgnore flag

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.10.1
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

All in the title...

Demo :

$ python
>> from osgeo import ogr
>>> f = ogr.FieldDefn('foo')
>>> f.IsIgnored()
-1084842344

Change History (1)

comment:1 by Even Rouault, 11 years ago

Milestone: 1.10.1
Resolution: fixed
Status: newclosed

Fixed in trunk (r26201) and branches/1.10 (r26202)

Note: See TracTickets for help on using tickets.