Jan Synacek wrote:
Howard Chu hyc@symas.com 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.