On Thu, 29 Oct 1998, Igor wrote:
>As i added more comm channels everything works fine but some of them show
><INVALID BITVECTOR> in stats (although they work in ON and OFF just fine)
>so it seems that whenever i add more PRF flags after the one that don't
>work they all don't work for inst: autodiag command (from the snippets)
>always report Autodiag disabled .. and the code was written corectly ??
>even if in structs.h and constants.c PRFs are the same...
(1 << 31) won't work due to sign.
(1 << 32) and above won't work due to integer limitations.
--
George Greer, greerga@circlemud.org | Genius may have its limitations, but
http://mouse.van.ml.org/ (mostly) | stupidity is not thus handicapped.
http://www.van.ml.org/CircleMUD/ | -- Elbert Hubbard
+------------------------------------------------------------+
| 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