From 379cb0a8409646c9b4a63081d21a9e2302a11a20 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Thu, 20 Jul 2006 01:29:25 +0000 Subject: [PATCH] (prod_nat): Change the wording from "total pop is" to "total pop was" to be less confusing. The total population display is the total at the start of the update, not after the update is complete. --- src/lib/update/nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/update/nat.c b/src/lib/update/nat.c index 7bc0467aa..38a809ac0 100644 --- a/src/lib/update/nat.c +++ b/src/lib/update/nat.c @@ -173,7 +173,7 @@ prod_nat(int etu) levels[n][NAT_RLEV] = limit_level(levels[n][NAT_RLEV] / 1, NAT_RLEV, 0) * 1; wu((natid)0, n, - "total pop is %ld, yielding %4.2f hap, %4.2f edu\n", + "total pop was %ld, yielding %4.2f hap, %4.2f edu\n", pop - 1, hap, edu); } if (ally_factor > 0.0) -- 2.43.0