From a0964615afb1fbcb5e88348b08c14fd642524486 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 29 Jan 2022 11:18:26 -0800 Subject: [PATCH] pull request #624 - Add missing const git has me really confused right now, first requiring a merge, then not needing any merge. Anyway, add pull request #624 which was unintentinoally closed and then couldn't re-opened. Now it's been incorporated so is intentionally closed. Closes #624 --- doc/fixes37.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index a56a947e1..f4b5feae4 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1490,6 +1490,7 @@ add Ray Chason's adaptation of nethack's Qt5 interface to work with Qt6 (issue mingw32 build updates and replacement of sys/windows/Makefile.gcc with new sys/windows/Makefile.mingw32 and sys/windows/Makefile.mingw32.depend (pr #661 by feiyunw) +mark various pointers to const char as const pointers (pr #624 by argrath) Code Cleanup and Reorganization