summaryrefslogtreecommitdiff
path: root/lib/agg_table.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@qlyoung.net>2023-07-24 19:01:51 -0400
committerQuentin Young <qlyoung@qlyoung.net>2023-07-24 19:03:24 -0400
commit64c549e68ce0ffbf92ab5965d6f66c13bcd33566 (patch)
tree44f044959afd542d5912750fbb2ecec124e88e8e /lib/agg_table.c
parent90f1e4e01781ffdba13a65577329e6380d96cee5 (diff)
tests: fix strncpy warning
GCC/clang warns about using strncpy in such a way that it does not copy the null byte of a string; as implemented it was fine, but to fix the warning, just use strlcat which was purpose made for the task being accomplished here. Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
Diffstat (limited to 'lib/agg_table.c')
0 files changed, 0 insertions, 0 deletions