[Freeciv-Dev] (PR#11759) wrong mail address
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11759 >
> [chrisk - Sat Jan 01 21:21:01 2005]:
>
>
> CVS 01 JAN 2005 S2
>
> #: client/mapview_common.c:778
> msgid ""
> "Paths longer than 99 turns are not supported.\n"
> "Report this bug to bugs@xxxxxxxxxxxxxxxxxxx."
>
> Should be bugs@xxxxxxxxxxx
Patch.
? gmon.out
Index: client/mapview_common.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/mapview_common.c,v
retrieving revision 1.168
diff -u -r1.168 mapview_common.c
--- client/mapview_common.c 25 Dec 2004 20:38:14 -0000 1.168
+++ client/mapview_common.c 2 Jan 2005 01:33:11 -0000
@@ -781,7 +781,7 @@
if (length >= 100) {
freelog(LOG_ERROR, _("Paths longer than 99 turns are not supported.\n"
- "Report this bug to bugs@xxxxxxxxxxxxxxxxxxx."));
+ "Report this bug to bugs@xxxxxxxxxxx."));
}
if (tile_to_canvas_pos(&canvas_x, &canvas_y, ptile)) {
|
|