mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
unposted: typo in 22885
This commit is contained in:
parent
7d75ea056b
commit
ee5ba733a8
2 changed files with 3 additions and 1 deletions
|
|
@ -4015,7 +4015,7 @@ mb_metacharlenconv(const char *s, wint_t *wcp)
|
|||
*/
|
||||
if (itok(*s)) {
|
||||
if (wcp)
|
||||
*wcp = EOF;
|
||||
*wcp = WEOF;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue