Jan Synacek wrote:
> Howard Chu <[email protected]> writes:

>> Looks OK. One minor nit - we discourage using strlen() (or most of the
>> libc str* functions, really). We particularly discourage runtime
>> calculations on compile-time constants (including string constants) -
>> use the STRLENOF() macro instead.
>
> Done.
>
Thanks, in git master.

-- 
   -- Howard Chu
   CTO, Symas Corp.           http://www.symas.com
   Director, Highland Sun     http://highlandsun.com/hyc/
   Chief Architect, OpenLDAP  http://www.openldap.org/project/



Reply via email to