Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 18:26:39 -0700
From:      Warner Losh <imp@harmony.village.org>
To:        thinker <thinker@branda.to>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: patch /bin/ls again, for mb supporting. 
Message-ID:  <200103210126.f2L1Qd920008@harmony.village.org>
In-Reply-To: Your message of "Tue, 20 Mar 2001 16:49:01 GMT." <20010320164901.A14424@hell.branda.to> 
References:  <20010320164901.A14424@hell.branda.to>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010320164901.A14424@hell.branda.to> thinker writes:
: +	*ri = 0;

*ri = '\0';

Yes, they are the same, but the style here is that you are terminating
the string.

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103210126.f2L1Qd920008>