--- Jeremy Hill <[EMAIL PROTECTED]> wrote:
> The below works wonderfully, but I'm getting a compiler warning.
> 
> tables.c:42: warning: missing braces around initializer
> tables.c:42: warning: (near initialization for `clan_table[0].division')

[SNIP]

> Do I need to make them look like:
>     {"", "",  ["", ""], ROOM_VNUM_ALTAR, TRUE}, (Line 42)?
> 

No, those are brackets, not braces. Try :

{"", "", {"", ""}, ROOM_VNUM_ALTAR, TRUE},

should give better results.

~Kender


=====
-----BEGIN GEEK CODE BLOCK-----
Version 3.1
GCS/L/C/O d-(+) s++: a-- C+++$>++++ UBLS++++$ 
P+++(--)$ L+++>++++ E--- W+>++$ N !o K? w(--) !O 
M- !V PS+ PE(++) Y+ PGP->+ t+ 5 X+() R(+) tv+@ 
b++(+++) !DI+++ D G(-) e>+++$ h---() r+++ y+++
------END GEEK CODE BLOCK------

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to