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:
@@ -126,7 +126,7 @@ TEST_GROUP(CoreString)
|
||||
* string_strndup
|
||||
*/
|
||||
|
||||
TEST(CoreString, Duplicate)
|
||||
TEST(CoreString, Strndup)
|
||||
{
|
||||
const char *str_test = "test";
|
||||
char *str;
|
||||
|
||||
Reference in New Issue
Block a user