"Andrey A. Chernov" <[EMAIL PROTECTED]> writes:
> Bug:
> snprintf is large and slow, increasing program size and slowing it down.
> Better way is avoid snprintf when it is not neccessary.
> 
> Fix:
> Full functionality of snprintf is not needed below, so it is replaced by 
> much faster strlcpy.

Approved (unless Mark has any objections).

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to