shithub: hexen

Download patch

ref: 574a1f3101d3a78ef86ede3ae389b18dbe468dce
parent: e3260fcecfc83f51e83e96e470c4dfbeacfe64d3
author: Jacob Moody <moody@posixcafe.org>
date: Fri Feb 3 21:45:57 EST 2023

revert more cistr*

--- a/sc_man.c
+++ b/sc_man.c
@@ -444,7 +444,7 @@
 
 boolean SC_Compare(const char *text)
 {
-	if (cistrcmp(text, sc_String) == 0)
+	if (strcasecmp(text, sc_String) == 0)
 	{
 		return true;
 	}