Bug Fix - #313 Edit command fails when data.location includes spaces
- Applied patch from Cory Donnelly.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user