> send_to_char("The following OLC components need saving:-\r\n", ch); > else > send_to_char("The database is up to date.\r\n", ch); > if ((int)entry->type == OLC_SAVE_HELP) <----- That line > sprintf(buf, " - Help Entries.\r\n"); > else ok..this section got patched in one line too high :) > for (entry = olc_save_list; entry; entry = entry->next) { move it to here.. > sprintf(buf, " - %s for zone %d.\r\n", > save_info_msg[(int)entry->type], entry->zone); > send_to_char(buf, ch); +------------------------------------------------------------+ | 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