Jason Horn <jhorn@FUZZY.PI-INC.COM> writes:
> to if (mode == DB_BOOT_SHP || DB_BOOT_TRG)
You probably mean:
if ((mode == DB_BOOT_SHP) || (mode == DB_BOOT_TRG))
Otherwise you wouldn't get what you expect ;)
--
James Turner turnerjh@pattern.net UIN: 1102038
http://www.vuse.vanderbilt.edu/~turnerjh/
+------------------------------------------------------------+
| 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