On Sun, 1 Sep 2002 20:53:04 -0700 (PDT) Ti Kan <[EMAIL PROTECTED]> wrote:

> Alexander Leidinger wrote:
> > Ti Kan wrote:
> > > cc: Warning: brhist.c, line 168: In this statement, "tgetstr(...)"
> > > of type "int", is being converted to "pointer to char".
> > > (cvtdiftypes)
> > >     tp = tgetstr ("up", &tp);
> > > ----^
> > > ...
> >
> > This could be a problem on 64bit platforms (sizeof(char*) !=
> > sizeof(int)). If someone who cares and has enough time could
> > investigate this, we would be happy.
> 
> Yes, sizeof(char *) == 8 and sizeof(int) == 4 on Tru64 UNIX.

Please test the attached patch.

Bye,
Alexander.

-- 
                   It's not a bug, it's tradition!

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7

Attachment: lame.diff
Description: Binary data

Reply via email to