From e7fe8841ef42250b0e0a264a0a6457265db5a6c7 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sun, 18 Jun 2017 05:49:13 +1000 Subject: [PATCH] Give more details of the bug fix in NEWS --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 35cd423..7127636 100644 --- a/NEWS +++ b/NEWS @@ -18,8 +18,9 @@ location: http://www.zap.org.au/gitweb/trader.git Version 7.11 (not yet released) ------------------------------- -Minor bug fix: some architectures treat "char" as "unsigned char", and -this caused b64decode() to fail. +Bug fix: some architectures (such as ARM, PowerPC and S390) treat "char" +as "unsigned char", and this caused b64decode() to fail while loading a +saved game. Changed the relevant type from "char" to "int" to fix this. Version 7.10 (2nd June, 2017)