Skip to content

Commit b538a4b

Browse files
committed
Fix defined name: It is UTF16_STRINGS not UTF16_STRING.
1 parent fe41cf5 commit b538a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh.file.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ tsearch(Char *word, COMMAND command, size_t max_word_length)
590590
static int
591591
compare(const void *p, const void *q)
592592
{
593-
#if defined (WIDE_STRINGS) && !defined (UTF16_STRING)
593+
#if defined (WIDE_STRINGS) && !defined (UTF16_STRINGS)
594594
errno = 0;
595595

596596
return (wcscoll(*(Char *const *) p, *(Char *const *) q));

0 commit comments

Comments
 (0)