projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bcf9c
)
Merge upstream, address conflict in src/utils/cmds/cmds_test.c
author
Zebity Spring
<zebity@yahoo.com>
Fri, 12 Jul 2019 07:33:46 +0000
(17:33 +1000)
committer
Matthias Runge
<mrunge@redhat.com>
Fri, 19 Jul 2019 07:50:01 +0000
(09:50 +0200)
(cherry picked from commit
a72ad42076337f3b85db3b06565ae86a83226ab3
)
src/utils/cmds/cmds_test.c
patch
|
blob
|
history
diff --git
a/src/utils/cmds/cmds_test.c
b/src/utils/cmds/cmds_test.c
index
4f449a3
..
ff7c8cc
100644
(file)
--- a/
src/utils/cmds/cmds_test.c
+++ b/
src/utils/cmds/cmds_test.c
@@
-295,7
+295,7
@@
DEF_TEST(parse) {
memset(&cmd, 0, sizeof(cmd));
status = cmd_parse(input, &cmd, parse_data[i].opts, &err);
- snprintf(description, sizeof(description),
+ s
s
nprintf(description, sizeof(description),
"cmd_parse (\"%s\", opts=%p) = "
"%d (type=%d [%s]); want %d "
"(type=%d [%s])",