ECC-1468: Fix broken builds

This commit is contained in:
Shahram Najm 2022-11-10 21:19:25 +00:00
parent a488dc8221
commit 8d4db21c89
1 changed files with 2 additions and 2 deletions

View File

@ -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);