common: move append_str to string-utils
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 20 Aug 2021 20:10:37 +0000 (16:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 15 Dec 2021 23:29:58 +0000 (18:29 -0500)
commit4ff750609549a99f6b318ce600c42c90d4f2e480
tree0dc954b7872bd13498715d3f15cb1b90ada44164
parentd22ba1ec0497c9dbea3d7263d553be3547dfbe9f
common: move append_str to string-utils

Move the append_str function from filter-visitor-generate-bytecode.c to
the string-utils lib, so that it can be re-used elsewhere.

Change-Id: Ica09cb750ac7f3f2d6f3fb5fc786b683ceb6f79a
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/filter/filter-visitor-generate-bytecode.cpp
src/common/string-utils/string-utils.cpp
src/common/string-utils/string-utils.h
This page took 0.024681 seconds and 4 git commands to generate.