1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-01 19:41:00 +02:00

20568: debug test in pattern.c was out of date

This commit is contained in:
Peter Stephenson 2004-11-19 15:15:23 +00:00
parent e022a9814a
commit c1a3961657
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2004-11-19 Peter Stephenson <pws@csr.com>
* 20568: Src/pattern.c: in debug test, checking for NULL
character is no longer valid.
* 20566: Src/signames2.awk: prefer SIGCHLD to SIGCLD.
Also (unposted) prefer SIGPOLL to SIGIO.

View file

@ -2577,7 +2577,7 @@ patmatch(Upat prog)
if (P_OP(scan) == P_EXACTLY) {
char *nextexact = savexact;
DPUTS(!savexact || !*savexact,
DPUTS(!savexact,
"BUG: exact match has not set exactpos");
CHARINC(nextexact);