We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785bc3d commit 00ead7fCopy full SHA for 00ead7f
1 file changed
lib/settings.cpp
@@ -121,7 +121,6 @@ bool Settings::isEnabled(const std::string &str) const
121
122
bool Settings::append(const std::string &filename)
123
{
124
- _append = "\n";
125
std::ifstream fin(filename.c_str());
126
if (!fin.is_open()) {
127
return false;
0 commit comments