Task: Lexer::Type::word arguments are dequoted before being stored
This commit is contained in:
@@ -2122,6 +2122,8 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||
// any.
|
||||
if (text != "")
|
||||
{
|
||||
Lexer::dequote (text);
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case modReplace:
|
||||
|
||||
Reference in New Issue
Block a user