GRIB3: read_GRIB(): treat edition 3 same as 2 for now

This commit is contained in:
Shahram Najm 2016-08-23 15:31:19 +01:00
parent 5de8f6aabe
commit f668b00212
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ static int read_GRIB(reader* r)
break;
case 2:
case 3:
length = 0;
if(sizeof(long) >= 8) {