0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 15:53:46 +02:00

modules: Use complete name for strlcat to avoid collision

This commit is contained in:
Danilo Spinella 2020-12-22 18:16:52 +01:00 committed by Jason Volk
parent 27f1bdc6c6
commit 926de0296c
2 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ upload_one_time_keys(client &client,
const string_view state_key
{
strlcat(state_key_buf, ident)
ircd::strlcat(state_key_buf, ident)
};
const auto set

View file

@ -5658,8 +5658,8 @@ try
};
char flags[16] {0};
if(peer.op_resolve) strlcat(flags, "RESOLVING ");
if(peer.op_fini) strlcat(flags, "FINISHED ");
if(peer.op_resolve) ircd::strlcat(flags, "RESOLVING ");
if(peer.op_fini) ircd::strlcat(flags, "FINISHED ");
char pbuf[32];
out