> > for (;;) { > > for (curstr = str;; curstr++, curname++) { > > - if (!*curstr) > > + if (!*curstr && !isalpha(*curname)) > > return (1); (...) > People that will try to use this, remember to toggle the plus/minus > signs. You mean... I have to put a Minus sign in the place of the plus sign, and vice-versa? Thanks Elminster +------------------------------------------------------------+ | 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