From 25c9fb8d2f2627fcb817e6d96ae87d7e42a4e217 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 13 Jan 2020 15:30:23 -0500 Subject: [PATCH] fixes update --- doc/fixes36.4 | 5 ----- doc/fixes36.5 | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/fixes36.4 b/doc/fixes36.4 index 57dc6c55f..a4b8991c4 100644 --- a/doc/fixes36.4 +++ b/doc/fixes36.4 @@ -35,8 +35,3 @@ General New Features -------------------- none - -Platform- and/or Interface-Specific Post-Release Fixes -------------------------------------------------------- -Windows OPTIONS=map_mode:fit_to_screen could cause a game start failure - diff --git a/doc/fixes36.5 b/doc/fixes36.5 index d3e45ff39..e4bfd7949 100644 --- a/doc/fixes36.5 +++ b/doc/fixes36.5 @@ -7,6 +7,8 @@ focus will shift to the next major release. General Fixes and Modified Features ----------------------------------- +have string_for_opt() return empty_optstr on failure +ensure existing callers of string_for_opt() check the return value before using it Fixes to Post-3.6.4 Problems that Were Exposed Via git Repository @@ -15,6 +17,7 @@ Fixes to Post-3.6.4 Problems that Were Exposed Via git Repository Platform- and/or Interface-Specific Fixes or Features ----------------------------------------------------- +Windows OPTIONS=map_mode:fit_to_screen could cause a game start failure General New Features