mirror of https://github.com/ecmwf/eccodes.git
ECC-1468: Fix broken builds
This commit is contained in:
parent
a488dc8221
commit
8d4db21c89
|
@ -346,8 +346,8 @@ static int concept_condition_expression_true(grib_handle* h, grib_concept_condit
|
|||
|
||||
case GRIB_TYPE_STRING: {
|
||||
const char* cval;
|
||||
char buf[80];
|
||||
char tmp[80];
|
||||
char buf[256];
|
||||
char tmp[256];
|
||||
size_t len = sizeof(buf);
|
||||
size_t size = sizeof(tmp);
|
||||
|
||||
|
|
Loading…
Reference in New Issue