Wooops, inverted the logic! Look out!

This commit is contained in:
Lirusaito
2019-04-04 23:36:45 -04:00
parent a3bf40fd69
commit d3d72eb03c

View File

@@ -503,7 +503,7 @@ bool LLScriptEdCore::writeToFile(const std::string& filename)
default: backslash = false; break;
}
}
if (quote) LLStringUtil::trimTail(line);
if (!quote) LLStringUtil::trimTail(line);
if (!utf8text.empty()) utf8text += '\n';
utf8text += line;
}