mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix comment about str_utf8_comp_nocase
This commit is contained in:
parent
ba675ec18f
commit
12fa8a23f5
|
@ -1667,7 +1667,7 @@ int str_utf8_comp_nocase(const char *a, const char *b);
|
|||
Parameters:
|
||||
a - String to compare.
|
||||
b - String to compare.
|
||||
num - Maximum characters to compare
|
||||
num - Maximum bytes to compare
|
||||
|
||||
Returns:
|
||||
<0 - String a is less than string b
|
||||
|
|
Loading…
Reference in a new issue