mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
CLEANUP: tools: typo in strl2irc
mention
`str2irc` does not exist Signed-off-by: William Dauchy <wdauchy@gmail.com>
This commit is contained in:
parent
f4300902b9
commit
060ffc82d6
@ -2178,7 +2178,7 @@ int strl2irc(const char *s, int len, int *ret)
|
|||||||
* applications designed for hostile environments. It returns zero when the
|
* applications designed for hostile environments. It returns zero when the
|
||||||
* number has successfully been converted, non-zero otherwise. When an error
|
* number has successfully been converted, non-zero otherwise. When an error
|
||||||
* is returned, the <ret> value is left untouched. It is about 3 times slower
|
* is returned, the <ret> value is left untouched. It is about 3 times slower
|
||||||
* than str2irc().
|
* than strl2irc().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int strl2llrc(const char *s, int len, long long *ret)
|
int strl2llrc(const char *s, int len, long long *ret)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user