Merge branch 'fix-symbols' of https://github.com/argrath/NetHack into argrath-20220609
This commit is contained in:
+1
-1
@@ -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];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user