Re: [Code] Changing parse_class to integers ...

From: Darklord (mattm@SATYRS.ENGR.CSUFRESNO.EDU)
Date: 09/27/97


int parse_class(char arg)
{
        int temp;
        temp = atoi(arg);
        switch (temp) {
                     ...


_____________________________ SNIP __________________________

Ok dude.. heres where your problem arises..

change

int parse_class(char arg)

  to

int parse_class(char *arg)


Your welcome.

-Darklord


     +------------------------------------------------------------+
     | 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/08/00 PST