Change up strcasecmp/strncasecmp to be more C++y
This commit is contained in:
+1
-1
@@ -263,7 +263,7 @@ static int probe_umx (fshandle_t *f, const struct upkg_hdr *hdr,
|
||||
|
||||
if (read_typname(f, hdr, t, buf) < 0) return -1;
|
||||
for (i = 0; mustype[i] != NULL; i++) {
|
||||
if (!q_strcasecmp(buf, mustype[i])) {
|
||||
if (!common::strcasecmp(buf, mustype[i])) {
|
||||
t = i;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user