Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop

This commit is contained in:
Enrico Fucile 2016-02-19 13:59:48 +00:00
commit dbcc236629
2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ ecbuild_print_summary()
message(STATUS "")
message(STATUS " +---------------------------+")
message(STATUS " | ecCodes version ${ECCODES_VERSION} |")
message(STATUS " | ecCodes version ${ECCODES_VERSION} |")
message(STATUS " | Configuration completed |")
message(STATUS " +---------------------------+")
message(STATUS "")

View File

@ -936,7 +936,7 @@ static int compare_values(grib_runtime_options* options,grib_handle* h1,grib_han
printf("[%s] byte values are different: [%02x] and [%02x]\n",
name,uval1[i],uval2[i]);
else
printf("[%s] byte value %d of %ld are different: [%02x] and [%02x]\n",
printf("[%s] byte value %d of %ld is different: [%02x] and [%02x]\n",
name,i,(long)len1,uval1[i],uval2[i]);
err1 = GRIB_VALUE_MISMATCH;