mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix - #313 Edit command fails when data.location includes spaces
- Applied patch from Cory Donnelly.
This commit is contained in:
parent
30c6dd0047
commit
6e673d2834
3 changed files with 4 additions and 1 deletions
|
@ -543,7 +543,7 @@ void editFile (Task& task)
|
|||
|
||||
// Complete the command line.
|
||||
editor += " ";
|
||||
editor += file.str ();
|
||||
editor += "\"" + file.str () + "\"";
|
||||
|
||||
ARE_THESE_REALLY_HARMFUL:
|
||||
// Launch the editor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue