On Fri, 2006-01-13 at 14:50 +0100, Harald Staub wrote:
> There is probably an endianness problem. The following quick and dirty hack
> helped in my case:
> 
> --- conspy.c.orig       2006-01-09 03:52:03.000000000 +0100
> +++ conspy.c    2006-01-13 14:26:28.000000000 +0100
> @@ -210,8 +210,8 @@
>   * A character as it appears in the VGA video buffer.
>   */
>  struct vidchar {
> -  unsigned char                vidchar_char;           /* The IBM-ASCII
> Char code */
>    unsigned char                vidchar_attribute;      /* Colour/blink/bold
> spec */
> +  unsigned char                vidchar_char;           /* The IBM-ASCII
> Char code */
>  };

Yes, it looks like endianness problem.  Your patch makes
it obvious - thank you for that.

I can't test my fix as I don't have access to a big
endian machine.  Could you do it for me?  You can
download a Debian source package for the as yet 
unreleased version 1.4 here:

  www.stuart.id.au/russell/files/debian/sarge/conspy

Let me know the outcome (can't do it / works / doesn't
work, etc).




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to