Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2003:
[Freeciv-Dev] Double space in server/stdinhand.c
Home

[Freeciv-Dev] Double space in server/stdinhand.c

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: sigra@xxxxxxx
Subject: [Freeciv-Dev] Double space in server/stdinhand.c
From: Erik Sigra <sigra@xxxxxxx>
Date: Mon, 16 Jun 2003 00:33:25 +0200
Reply-to: sigra@xxxxxxx

Unless there is a reason to have double space, please commit this:

-- stdinhand.c 2003/05/15 12:26:53     1.280
+++ stdinhand.c 2003/06/15 22:31:00
@@ -3158,7 +3158,7 @@ static void take_command(struct connecti
     attach_connection_to_player(pconn, pplayer);

     cmd_reply(CMD_TAKE, caller, C_COMMENT,
-              _("%s unconnecting from  %s"), pconn->username, old_plr->name);
+              _("%s unconnecting from %s"), pconn->username, old_plr->name);

     /* only remove the player if the game is new and in pregame, nobody
      * is connected to it anymore and it wasn't AI-controlled. */


[Prev in Thread] Current Thread [Next in Thread]