[gdal-dev] Large Raw Files
ldjohn at u...
ldjohn at u...
Fri Dec 14 14:24:17 EST 2001
On Fri, 14 Dec 2001, Frank Warmerdam wrote:
> ldjohn at u... wrote:
>
> > o frmts/raw/rawdataset.cpp
> > 184c184
> > < if( Seek( nImgOffset + iLine * nLineOffset, SEEK_SET ) == -1
> > ---
> > > if( Seek( nImgOffset + (vsi_l_offset) iLine * nLineOffset,
> > SEEK_SET ) == -1
> > 292c292,293
> > < if( Seek( nImgOffset + nBlockYOff * nLineOffset, SEEK_SET ) == -1 )
> > ---
> > > if( Seek( nImgOffset + (vsi_l_offset) nBlockYOff * nLineOffset,
> > > SEEK_SET ) == -1 )
> >
[snip]
>
> Lowell,
>
> Please apply the above change in CVS.
Done.
--
--------------------------------------------------
Lowell D. Johnson
Software Engineering
Raytheon Systems
EROS Data Center
47914 252nd Street, Mundt Federal Bldg
Sioux Falls, SD 57198
--------------------------------------------------
More information about the Gdal-dev
mailing list