]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-gcc4.patch
- added gcc4 patch (includes bugfix), release 4
[packages/gdal.git] / gdal-gcc4.patch
CommitLineData
fa22453c
JB
1--- gdal-1.3.1/frmts/fit/fitdataset.cpp.orig 2005-07-05 19:10:52.000000000 +0200
2+++ gdal-1.3.1/frmts/fit/fitdataset.cpp 2006-03-05 13:07:26.440480750 +0100
3@@ -174,7 +174,7 @@
4
5 public:
6
7- FITRasterBand::FITRasterBand( FITDataset *, int );
8+ FITRasterBand( FITDataset *, int );
9 ~FITRasterBand();
10
11 // should override RasterIO eventually.
12@@ -1016,7 +1016,7 @@
13 CPLDebug("FIT", "Loading file with header version 01");
14
15 // map old style header into new header structure
16- FIThead01* head01 = (FIThead01*)&head;
17+ FIThead01* head01 = (FIThead01*)head;
18 gst_swapb(head->dataOffset);
19 info->dataOffset = head01->dataOffset;
20
This page took 0.040735 seconds and 4 git commands to generate.