Re: [NEWBIE]128-bit error

From: Tony Robbins (tonyr@pacific101.com)
Date: 02/02/99


----- Original Message -----
From: Christina Orr <torr@mail.tqci.net>
To: <CIRCLE@post.queensu.ca>
Sent: Tuesday, February 02, 1999 6:41 PM
Subject:  [NEWBIE]128-bit error

...

>
>act.informative.c:418: warning: passing arg 2 of `sprintbitarray' from
>incompatible pointer type
>act.informative.c:419: parse error before `sprintf'

...

>(418)    sprintbitarray(ROOM_FLAGS(ch->in_room), room_bits,  RF_ARRAY_MAX,
buf)
add a colon on the end.

the first thing is just a warning.  basically, sprintbitarray wants a char
*blah[] and room_bits is a const char *blah[], or the other way around.  i
believe you can typecast in this case, but I'm not sure.


-B.


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST