Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2005:
[Freeciv-Dev] Re: (PR#14377) client crash
Home

[Freeciv-Dev] Re: (PR#14377) client crash

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#14377) client crash
From: "Vasco Alexandre da Silva Costa" <vasco.costa@xxxxxxxxx>
Date: Fri, 21 Oct 2005 15:02:42 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14377 >

On 10/21/05, Mateusz Stefek <mstefek@xxxxxxxxx> wrote:
>
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=14377 >
>
> Someone forgot to test city investigement when he changed city dialog.

Nice catch. But please do this according to the coding style.

i.e. instead of:
if (pointer == NULL)

do:
if (!pointer)

---
Vasco Alexandre da Silva Costa





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#14377) client crash, Vasco Alexandre da Silva Costa <=