From bd10b531314ec546d25fd238f27d94c74a726567 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 13 Oct 1997 21:02:57 +0000 Subject: - make sure that the arguments to the printf like functions are correct - add a makemsg() function to accompany makesignal. --- sail/pl_4.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sail/pl_4.c') diff --git a/sail/pl_4.c b/sail/pl_4.c index 6f7b914b..30719300 100644 --- a/sail/pl_4.c +++ b/sail/pl_4.c @@ -1,4 +1,4 @@ -/* $NetBSD: pl_4.c,v 1.5 1997/10/13 19:45:20 christos Exp $ */ +/* $NetBSD: pl_4.c,v 1.6 1997/10/13 21:04:17 christos Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)pl_4.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pl_4.c,v 1.5 1997/10/13 19:45:20 christos Exp $"); +__RCSID("$NetBSD: pl_4.c,v 1.6 1997/10/13 21:04:17 christos Exp $"); #endif #endif /* not lint */ @@ -133,7 +133,7 @@ struct ship *ship; i = portside(ms, ship, 1) - mf->dir; if (i <= 0) i += 8; - Signal("%$ %s %s %s.", + Signal("$$ %s %s %s.", ship, countryname[ship->nationality], classname[ship->specs->class], directionname[i]); } -- cgit v1.2.3