Bill Swingle wrote: | > - strlcpy(packagesite, "", sizeof(packagesite)); | | Chris Costello recommended that I do this like this instead: | | packagesite[0] = '\0' | | Which seems to make sense since it lacks the overhead of strlcpy. Is | there a "right" way to do this? A C programmer would do it the way Chris suggested. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: tiny patch to pkg_add Bill Swingle
- Re: tiny patch to pkg_add Bruce A. Mah
- Re: tiny patch to pkg_add Leo Bicknell
- Re: tiny patch to pkg_add Chris Costello
- Re: tiny patch to pkg_add Leo Bicknell
- Re: tiny patch to pkg_add David O'Brien
- Re: tiny patch to pkg_add Josef Karthauser
- Re: tiny patch to pkg_add Bill Fumerola
- Re: tiny patch to pkg_add Greg Black
- Re: tiny patch to pkg_add Greg Black
- Greg Black