1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

unposted: typo in 22885

This commit is contained in:
Peter Stephenson 2006-10-19 08:50:00 +00:00
parent 7d75ea056b
commit ee5ba733a8
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2006-10-19 Peter Stephenson <pws@csr.com>
* unposted: Src/utils.c: EOF in ur-22885 should be WEOF.
* unposted: Completion/Unix/Command/_todo.sh: more places
where we complete priorities and contexts.

View file

@ -4015,7 +4015,7 @@ mb_metacharlenconv(const char *s, wint_t *wcp)
*/
if (itok(*s)) {
if (wcp)
*wcp = EOF;
*wcp = WEOF;
return 1;
}