Re: [NEWBIE]128-bit error

From: George (greerga@circlemud.org)
Date: 02/02/99


On Tue, 2 Feb 1999, Christina Orr wrote:

>act.informative.c:418: warning: passing arg 2 of `sprintbitarray' from
>incompatible pointer type
>act.informative.c:419: parse error before `sprintf'
>
>if (!IS_NPC(ch) && PRF_FLAGGED(ch, PRF_ROOMFLAGS)) {
>(418)    sprintbitarray(ROOM_FLAGS(ch->in_room), room_bits,  RF_ARRAY_MAX,
>buf)
     ^;

>(419)    sprintf(buf2, "[%5d] %s [ %s]", GET_ROOM_VNUM(IN_ROOM(ch)),
>            world[ch->in_room].name, buf);
>    send_to_char(buf2, ch);
>  } else
>    send_to_char(world[ch->in_room].name, ch);

Or at least, that's how it appears in what you pasted.

--
George Greer
greerga@circlemud.org
http://www.van.m-l.org/CircleMUD/


     +------------------------------------------------------------+
     | 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