ANSI PROBLEM

From: Ryan (wizard15@home.com)
Date: 08/30/00


I now have the problem such as this
Qm
 Lm
  Dm
   <m
    4m
     ,m
      $m
       m
       m

       m
       m
       l
        l
         l
          l
           l
            l
             l
              l
               l
                l
                 l
                  l
                   l
                    l
                     l
                      l
                       l
                        l
                         l
                          l

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

any help would be appreciated,
Thanks
  Ryan


     +------------------------------------------------------------+
     | 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