diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 14:57:09 +0100 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 14:57:09 +0100 |
| commit | 3110ba77506bf66eef114d123fd8d091d443316a (patch) | |
| tree | 3e2e55d54796084a0bb75d6df87696c00a4afca9 /ex/ex_put.c | |
| parent | ae7f9696aefd6ce7b024af37c4d2c32f6783d106 (diff) | |
Vendor import nvi 2.2.2vendor/nvi/2.2.2vendor/nvi
Diffstat (limited to 'ex/ex_put.c')
| -rw-r--r-- | ex/ex_put.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ex/ex_put.c b/ex/ex_put.c index c45fc551bfd1..ff8d05604565 100644 --- a/ex/ex_put.c +++ b/ex/ex_put.c @@ -38,7 +38,7 @@ ex_put(SCR *sp, EXCMD *cmdp) m.cno = sp->cno; if (put(sp, NULL, FL_ISSET(cmdp->iflags, E_C_BUFFER) ? &cmdp->buffer : NULL, - &cmdp->addr1, &m, 1)) + &cmdp->addr1, &m, 1, 1)) return (1); sp->lno = m.lno; sp->cno = m.cno; |
