mirror of https://github.com/ecmwf/eccodes.git
fixed json problem with pgps data
This commit is contained in:
parent
2e3d8eef08
commit
310ffff294
|
@ -324,7 +324,7 @@ static void dump_string_array(grib_dumper* d,grib_accessor* a,const char* commen
|
|||
}
|
||||
fprintf(self->dumper.out,"%-*s\"%s\"\n",(int)(tab+strlen(a->name)+4)," ",values[i]);
|
||||
fprintf(self->dumper.out,"%-*s",mydepth," ");
|
||||
fprintf(self->dumper.out," ],");
|
||||
fprintf(self->dumper.out," ]");
|
||||
|
||||
grib_context_free(c,values);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue