Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2002:
[Freeciv-Dev] (PR#2264) [Patch] Remove unsigned from xbms
Home

[Freeciv-Dev] (PR#2264) [Patch] Remove unsigned from xbms

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#2264) [Patch] Remove unsigned from xbms
From: "Raimar Falke via RT" <rt@xxxxxxxxxxxxxx>
Date: Mon, 28 Oct 2002 12:24:46 -0800
Reply-to: rt@xxxxxxxxxxxxxx


Others has noticed this in the past. The types of the *_bits are
"unsigned char" and plain "char". The read functions in the xaw and
gtk client however require "char". So extra casts were added in past
to the xaw client. The attached patch changes the types of all *_bits
to "char" and removes these casts.

        Raimar



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#2264) [Patch] Remove unsigned from xbms, Raimar Falke via RT <=