Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] Re: (PR#9830) remove bool32
Home

[Freeciv-Dev] Re: (PR#9830) remove bool32

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] Re: (PR#9830) remove bool32
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Aug 2004 00:51:51 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9830 >

Mateusz Stefek wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=9830 >
> 
>>[jdorje - Fri Aug 27 00:38:41 2004]:
>>
>>This patch removes bool32 from dataio.  It is unused, and any potential 
>>user should use bool8 instead.

> server/srv_main.c:847
> dio_put_bool32(&dout, FALSE)

Yeah, I saw that too late.  This is a backwards-compatibility thing. 
I'm not sure whether it's better to get rid of the function and just use 
dio_put_uint32 here, or to leave it as it is.

jason




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#9830) remove bool32, Jason Short <=