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:
parent
7d75ea056b
commit
ee5ba733a8
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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