From: Ralph Corderoy Date: Sat, 29 Jul 2017 13:29:15 +0000 (+0100) Subject: Simplify dtimezone()'s logic by working with unsigned int. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6e1c913f4e0ced806180c7069ca12f79f15e5e23?hp=6e1c913f4e0ced806180c7069ca12f79f15e5e23 Simplify dtimezone()'s logic by working with unsigned int. Character buffer is resized down from arbitrary 64 to suit 32-bit int, a change to the recent a3724ed3. ---