Bug Fix - #313 Edit command fails when data.location includes spaces

- Applied patch from Cory Donnelly.
This commit is contained in:
Paul Beckingham 2009-11-16 22:10:47 -05:00
parent 30c6dd0047
commit 6e673d2834
3 changed files with 4 additions and 1 deletions

View file

@ -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.