Opened 8 years ago

Closed 8 years ago

#6190 closed defect (fixed)

frmts/raw/ files have bAfterEqual always false

Reported by: Kurt Schwehr Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

It appears that bAfterEqual will always be false. Should the test inside ::Open be setting bAfterEqual to true rather than false?

Change History (2)

comment:1 by Kurt Schwehr, 8 years ago

In r31273 I am trying out removing bAfterEqual. Setting the value to true inside the loop when the equal sign is reached breaks all the tests and leaves a space between the = and the following text.

comment:2 by Kurt Schwehr, 8 years ago

Resolution: fixed
Status: newclosed

r31275 remove the bAfterEquals from hkvdataset, so they are all gone.

Note: See TracTickets for help on using tickets.