Fix warning
This commit is contained in:
parent
091e219aed
commit
7ba2035379
1 changed files with 1 additions and 1 deletions
2
util.c
2
util.c
|
|
@ -44,7 +44,7 @@ set_uform(const char *arg)
|
||||||
void
|
void
|
||||||
append_uform(const char *arg)
|
append_uform(const char *arg)
|
||||||
{
|
{
|
||||||
strncat(uform, arg, sizeof uform);
|
strlcat(uform, arg, sizeof uform);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue