[chronojump/chronojump-importer] Deletes the TODO message - It's already done.



commit ccf28152f33b5742f54988fc87b72fe84bd83da8
Author: Carles Pina i Estany <carles pina cat>
Date:   Tue Sep 27 11:21:02 2016 +0200

    Deletes the TODO message - It's already done.

 src/gui/chronojump.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index e01aae0..959c237 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -2421,8 +2421,6 @@ public partial class ChronoJumpWindow
 
                processStartInfo = new ProcessStartInfo();
 
-               // TODO: use this to escape the arguments: 
https://github.com/ericpopivker/Command-Line-Encoder/blob/master/CommandLineEncoder/CommandLineEncoder/Utils.cs
-               // Otherwise source_filename with double quotes, spaces, etc. wouldn't work
                processStartInfo.Arguments = " --source " + CommandLineEncoder.EncodeArgText 
(source_filename) + " --destination " + CommandLineEncoder.EncodeArgText (destination_filename) + " 
--source_session " + CommandLineEncoder.EncodeArgText (session);
                processStartInfo.FileName = importer_executable;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]