]> granicus.if.org Git - nethack/commitdiff
pull request #624 - Add missing const
authorPatR <rankin@nethack.org>
Sat, 29 Jan 2022 19:18:26 +0000 (11:18 -0800)
committerPatR <rankin@nethack.org>
Sat, 29 Jan 2022 19:18:26 +0000 (11:18 -0800)
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

index a56a947e13ae138950b40cf7d2fbda36ede38916..f4b5feae4e4e153b8609bb442327d63c646dc47e 100644 (file)
@@ -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