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

2008-06-08 Thread Marko Lindqvist
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40260 2008/6/8 Jason Dorje Short [EMAIL PROTECTED]: URL: http://bugs.freeciv.org/Ticket/Display.html?id=40260 Jason Dorje Short wrote: URL: http://bugs.freeciv.org/Ticket/Display.html?id=40260 In S2_2/trunk: savegame.c:2543: error:

[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);