shithub: choc

Download patch

ref: 34f36f6a66e53c3df49cfedaa8fbc214eab6674c
parent: 22cfc6818086c51baee78416f904cbeb2df8242f
author: Turo Lamminen <[email protected]>
date: Sat May 5 11:25:41 EDT 2018

heretic: Fix const correctness issue in F_TextWrite

--- a/src/heretic/f_finale.c
+++ b/src/heretic/f_finale.c
@@ -156,7 +156,7 @@
     byte *src, *dest;
     int x, y;
     int count;
-    char *ch;
+    const char *ch;
     int c;
     int cx, cy;
     patch_t *w;