mirror of https://github.com/ecmwf/eccodes.git
GRIB3: read_GRIB(): treat edition 3 same as 2 for now
This commit is contained in:
parent
5de8f6aabe
commit
f668b00212
|
@ -324,6 +324,7 @@ static int read_GRIB(reader* r)
|
|||
break;
|
||||
|
||||
case 2:
|
||||
case 3:
|
||||
length = 0;
|
||||
|
||||
if(sizeof(long) >= 8) {
|
||||
|
|
Loading…
Reference in New Issue