mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Task: Lexer::Type::word arguments are dequoted before being stored
This commit is contained in:
parent
21be6862db
commit
4d82dd7985
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue