last bunch - pline warnings while testing postcommit.pl

This commit is contained in:
keni
2012-01-04 18:52:36 +00:00
parent f95549512a
commit 52aa3efcce
9 changed files with 28 additions and 32 deletions

View File

@@ -150,7 +150,7 @@ char let;
int how;
const char *mesg;
{
pline("%s", mesg);
pline1(mesg);
return 0;
}
@@ -209,7 +209,7 @@ boolean restoring;
intact at the end of each call.
*/
#if 0 /* maybe... */
if (!restoring) pline("%s", msg);
if (!restoring) pline1(msg);
#endif
return;
}