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.
|
// any.
|
||||||
if (text != "")
|
if (text != "")
|
||||||
{
|
{
|
||||||
|
Lexer::dequote (text);
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case modReplace:
|
case modReplace:
|
||||||
|
|||||||
Reference in New Issue
Block a user