Merge branch 'fix-symbols' of https://github.com/argrath/NetHack into argrath-20220609

This commit is contained in:
nhmall
2022-06-09 00:41:34 -04:00
+1 -1
View File
@@ -704,7 +704,7 @@ parsesymbols(register char *opts, int which_set)
#endif #endif
if ((g.symset[which_set].handling == H_UTF8) if ((g.symset[which_set].handling == H_UTF8)
|| (strval && (lowc(strval[0]) == 'u') && (strval[1] == '+'))) { || (lowc(strval[0]) == 'u') && (strval[1] == '+')) {
#ifdef ENHANCED_SYMBOLS #ifdef ENHANCED_SYMBOLS
char buf[BUFSZ]; char buf[BUFSZ];