Re: [Freeciv-Dev] 2.1.5

2008-06-07 Thread Daniel Markstedt
On Sat, 07 Jun 2008 02:47:35 +0900, Marko Lindqvist [EMAIL PROTECTED] wrote: 2008/6/6 Madeline Book: What might be nice is to release 2.1.5 so it can be used for the first 2.1.x longturn game (which will probably start in a week or two), Then I suggest that we postpone 2.1.5 one week,

[Freeciv-Dev] (PR#40260) incorrect city sanity check

2008-06-07 Thread Jason Dorje Short
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40260 In S2_2/trunk: savegame.c:2543: error: array subscript is above array bounds savegame.c:2543: error: array subscript is above array bounds if (tile_worked(pcenter) != pcity) { struct city *pwork = tile_worked(pcenter);