Opened 21 years ago

Last modified 21 years ago

#332 closed defect (fixed)

small problem in aitest.c

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

Description

on line 185 of aitest.c instead of 
if( panRaster[i+j*psInfo->nBlockXSize] == GRID_NO_DATA )

should it be:
if( panRaster[i+j*psInfo->nBlockXSize] == ESRI_GRID_NO_DATA ) ?

Change History (1)

comment:1 by warmerdam, 21 years ago

Patched in CVS.

Thanks!

Note: See TracTickets for help on using tickets.