diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-12 19:46:05 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-12 19:46:05 +0000 |
| commit | efaed24f7dc08f062643bc2bd007ad9afcfc2b75 (patch) | |
| tree | 48d378985ac75a40b27d325df172ba5aef9df70b /usr.bin | |
| parent | 60f2606a7d6419a8c0710c967ae5a941c1b37944 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/sed/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index d26df5611933..20762974e60e 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -467,7 +467,7 @@ compile_subst(p, s) int asize, size; u_char ref; char c, *text, *op, *sp; - int more = 0; + int more = 1; c = *p++; /* Terminator character */ if (c == '\0') |
