shithub: choc

Download patch

ref: bbb0f166d5366435d30e7a3a94a94995d22a22c6
parent: 4b6d00bc07ee56c15f30dd1d7815ff8983e4a789
author: Turo Lamminen <turotl@gmail.com>
date: Sat Jan 26 11:41:27 EST 2019

strife: Make gameversions description and cmdline members const

--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1003,8 +1003,8 @@
 
 static struct 
 {
-    char *description;
-    char *cmdline;
+    const char *description;
+    const char *cmdline;
     GameVersion_t version;
 } gameversions[] = {
     { "Strife 1.2",          "1.2",       exe_strife_1_2  },