Skip to content

Commit 00ead7f

Browse files
committed
support any number of --append=<file> options
If one or more append files are given on the command line, they are simply concatenated. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 785bc3d commit 00ead7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/settings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ bool Settings::isEnabled(const std::string &str) const
121121

122122
bool Settings::append(const std::string &filename)
123123
{
124-
_append = "\n";
125124
std::ifstream fin(filename.c_str());
126125
if (!fin.is_open()) {
127126
return false;

0 commit comments

Comments
 (0)