X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fsubs%2Frej.c;h=4526d9845ce1a6769bb79362dd8d8e7f27cd2959;hp=73f1c75aa482846c01157f0315ac7ccf1725cc04;hb=61a32b8b6950120c6376925ff6298b70a71abffe;hpb=383bbff6033183cdeaa848c2f841a6056a6c3ce7 diff --git a/src/lib/subs/rej.c b/src/lib/subs/rej.c index 73f1c75aa..4526d9845 100644 --- a/src/lib/subs/rej.c +++ b/src/lib/subs/rej.c @@ -28,7 +28,7 @@ * * Known contributors to this file: * Dave Pare, 1994 - * Markus Armbruster, 2005-2011 + * Markus Armbruster, 2005-2013 */ #include @@ -91,8 +91,8 @@ setrel(natid us, natid them, int rel) cname(them), whichway, relates[rel]); if (!(getrejects(us, themnp) & REJ_TELE)) mpr(them, - "Country %s (#%d) has %s their relations with you to \"%s\"!\n", - cname(us), us, whichway, relates[rel]); + "Country %s has %s their relations with you to \"%s\"!\n", + prnat(mynp), whichway, relates[rel]); putrel(mynp, them, rel); putnat(mynp);