Thread: [ECPG] fix functions in dt_common to correctly detect integeroverflow

[ECPG] fix functions in dt_common to correctly detect integeroverflow

From
Yang Xiao
Date:
Hi,

The attachment is the proposal patch for dt_common.c.

replace strtol to strtoint, as strtol() will return 64-bit output in 
that case, while type of var, hr, tm_min
  is int.

Young


Attachment