> I now have the problem such as this
> Qm
> Lm
> Dm
> <m
> 4m
> ,m
> $m
> m
> m
>
> this is what is in place of do you have ANSI color?
> i have narrowed the error down to that of which is in comm.c
> comm.c: In function `new_descriptor':
> comm.c:1363: warning: passing arg 1 of `write_to_output' from
> incompatible pointer type
> That line is
> /* prepend to list */
> newd->next = descriptor_list;
> descriptor_list = newd;
>
> -> SEND_TO_Q(ANSI, newd); <- (the trouble making line)
>
> return (0);
> }
> I have included the lines around it so you generally whats in the area
>
I have to admit, I have never seen this issue before. I can only
assume that the patch has been inserted incorrectly. It looks like some
initial connection-time protocol exchange was screwed up.
PjD
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT