Re: Abbreviations

From: Juliano Ravasi Ferraz (jferraz@linkway.com.br)
Date: 08/05/00


Juliano Ravasi Ferraz wrote:
>
> (...)
>
>    for (;;) {
>      for (curstr = str;; curstr++, curname++) {
> -      if (!*curstr)
> +      if (!*curstr && !isalpha(*curname))
>         return (1);
>
> (...)

Oops... I did the reverse diff.. :-P
People that will try to use this, remember to toggle the plus/minus
signs.

Hugs.

--
----=[ Juliano Ravasi Ferraz ]=----=[ jferraz@linkway.com.br ]=----
     Rayon Eletrônica e Informática Ltda. - Linkway Descalvado

WORK: Something to do between breaks.


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