=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/lsystem.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/less/lsystem.c 2015/11/09 02:59:06 1.14 --- src/usr.bin/less/lsystem.c 2015/11/09 16:39:13 1.15 *************** *** 193,204 **** * the command, and reinitialization after it. */ if (ch_seek(spos) != 0) { ! error("Cannot seek to start position", NULL_PARG); return (-1); } if ((f = popen(cmd, "w")) == NULL) { ! error("Cannot create pipe", NULL_PARG); return (-1); } clear_bot(); --- 193,204 ---- * the command, and reinitialization after it. */ if (ch_seek(spos) != 0) { ! error("Cannot seek to start position", NULL); return (-1); } if ((f = popen(cmd, "w")) == NULL) { ! error("Cannot create pipe", NULL); return (-1); } clear_bot();