Re: Exits

From: Alex (fletchra@qsilver.queensu.ca)
Date: 11/20/99


>       slen += sprintf(buf + slen, "%s ", UPPER(dirs[door]));
Change this line to:
      slen += sprintf(buf + slen, "%s ", UPPER(*dirs[door]));

dirs is a string and UPPER upper cases a character, so you want
to give it a character instead (done with '*')

Ae.


     +------------------------------------------------------------+
     | 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 : 12/15/00 PST