=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Attic/theo.c,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- src/usr.bin/mg/Attic/theo.c 2014/11/19 21:22:47 1.143 +++ src/usr.bin/mg/Attic/theo.c 2015/03/16 13:47:48 1.144 @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.143 2014/11/19 21:22:47 schwarze Exp $ */ +/* $OpenBSD: theo.c,v 1.144 2015/03/16 13:47:48 bcallah Exp $ */ /* * Copyright (c) 2002 Artur Grabowski * All rights reserved. @@ -201,12 +201,12 @@ str = talk[arc4random_uniform(ntalk)]; len = strlen(str); - newline(FFRAND, 2); + enewline(FFRAND, 2); while (len--) linsert(1, *str++); - newline(FFRAND, 2); + enewline(FFRAND, 2); return (TRUE); }