mirror of https://github.com/ecmwf/eccodes.git
Fix error in fprintf
This commit is contained in:
parent
1fca46dfb4
commit
acb452c589
|
@ -108,7 +108,7 @@ int grib_tool_init(grib_runtime_options* options) {
|
|||
if (grib_options_on("d") && !grib_options_on("u"))
|
||||
options->dump_flags |= GRIB_DUMP_FLAG_ALL_DATA;
|
||||
|
||||
if (json) fprintf(stdout,"{\n",options->handle_count);
|
||||
if (json) fprintf(stdout,"{\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue