On 32 bit system, unsigned 32 bit value cannot be read with atol.
Use atoll and cast the result to long.
The proposal patch fixes the following test failure on linux 32 bit:
# 193 - eccodes_t_grib_to_netcdf
- blocks
-
SUP-2408 some eccodes tests fail on i686 platform
- Resolved