1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

core: rename argument "length" to "bytes" in function string_strndup

This commit is contained in:
Sébastien Helleu
2022-01-14 21:41:25 +01:00
parent 0e57d01076
commit f8915129bf
7 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ TEST_GROUP(CoreString)
* string_strndup
*/
TEST(CoreString, Duplicate)
TEST(CoreString, Strndup)
{
const char *str_test = "test";
char *str;