On Wed, Jul 30, 2014 at 10:19:19PM +0200, Fritjof Bornebusch wrote: > + tzone = (int)strtonum(h, -23, 23, &errstr);
The explicit cast is not needed here.
On Wed, Jul 30, 2014 at 10:19:19PM +0200, Fritjof Bornebusch wrote: > + tzone = (int)strtonum(h, -23, 23, &errstr);
The explicit cast is not needed here.