GRIB-495: NetCDF long_name length exceeded

This commit is contained in:
Shahram Najm 2014-02-17 16:14:34 +00:00
parent d3b5e82d45
commit a89e10bf51
1 changed files with 2 additions and 2 deletions

View File

@ -580,8 +580,8 @@ static void set_value(request *r, const char *parname, const char *fmt, ...)
static err handle_to_request(request *r, grib_handle* g)
{
grib_keys_iterator* ks;
char name[80];
char value[80];
char name[256];
char value[256];
size_t len = sizeof(value);
int e = 0;