gcc -c -g -O2 -Wall redit.c redit.c: In function `redit_setup_existing': redit.c:96: parse error before character 0240 *** Error code 1 Stop. *** Error code 1 At 04:31 PM 2/20/98 -0500, you wrote: >> *room = world[real_num]; >> /* >> * Allocate space for all strings. >> */ >> room->name = str_dup(world[real_num].name ? world[real_num].name : >> "undefined"); > > >add this here: >> >+ if (zone_table[world[real_num].zone].unloaded) >> >+ reload_room_descs(real_num); > >> room->description = str_dup(world[real_num].description ? >> world[real_num].description : "undefined\r\n"); > >siv > > > +------------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | > +------------------------------------------------------------+ > +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST