]> git.pond.sub.org Git - empserver/commitdiff
Polish the bulletin the seller gets after a unit sale
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 9 Feb 2012 18:40:26 +0000 (19:40 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 21 Feb 2012 17:11:23 +0000 (18:11 +0100)
src/lib/commands/trad.c

index 1714f63531684bf406eb7af88f2177c143147d39..5047797fc9729209c71160c7c46f0421a140fb15 100644 (file)
@@ -397,7 +397,7 @@ check_trade(void)
        put_empobj(trade.trd_type, saveid, &tg.gen);
 
        nreport(seller, N_MAKE_SALE, trade.trd_maxbidder, 1);
-       wu(0, seller, "%s bought %s #%d from you for $%.2f\n",
+       wu(0, seller, "%s bought %s #%d from you for $%.2f\n",
           cname(trade.trd_maxbidder), trade_nameof(&trade, &tg),
           saveid, price * tradetax);
        wu(0, trade.trd_maxbidder,