diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-07-03 14:38:27 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-07-03 14:38:27 +0000 |
| commit | 8523e9a677516b947d5c85048e53b70d72a3b2b2 (patch) | |
| tree | 0e9ba14e2435a6c3a79c7799f5cbca8f4bf3554e /usr.bin/sed/process.c | |
| parent | 5a3232258ecd272510676a3bcad484ee0be3ca2a (diff) | |
Notes
Diffstat (limited to 'usr.bin/sed/process.c')
| -rw-r--r-- | usr.bin/sed/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index b2cfbc7f55793..0b24f12d1c932 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -270,7 +270,7 @@ new: if (!nflag && !pd) */ #define MATCH(a) \ (a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, psl) : \ - (a)->type == AT_LINE ? linenum == (a)->u.l : lastline + (a)->type == AT_LINE ? linenum == (a)->u.l : lastline() /* * Return TRUE if the command applies to the current line. Sets the inrange |
