+1 :-)

> Ben Laurie <[EMAIL PROTECTED]> writes:
> 
> > > -    *cp = '\0';
> > > +    *(cp + len) = '\0';
> > 
> > Err, cp[len]='\0', perlease!
> 
> Let's make a deal.  You rewire yourself to "fix" the
> 
> rettype function(parms)
>     {
>     decl;
> 
>     code;
>     }
> 
> thang and I'll consider using array notation in code like that :)
> 
> -- 
> Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
>        http://www.geocities.com/SiliconValley/Park/9289/
>              Born in Roswell... married an alien...
> 

Reply via email to