From 694938d0b5fe815a2ab4e21fe9bd2f956c28d149 Mon Sep 17 00:00:00 2001 From: Steve Greedy Date: Sat, 25 Aug 2018 14:26:01 +0100 Subject: [PATCH] Update spacewire.cpp --- GUI/SW1/SRC/SPACEWIRE.cpp | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/GUI/SW1/SRC/SPACEWIRE.cpp b/GUI/SW1/SRC/SPACEWIRE.cpp index ed3efc4..6b8f195 100644 --- a/GUI/SW1/SRC/SPACEWIRE.cpp +++ b/GUI/SW1/SRC/SPACEWIRE.cpp @@ -520,6 +520,8 @@ void SPACEWIRE::OnButton2Click(wxCommandEvent& event) << ".." + separator + MODname + separator + "CABLE" + separator << fileName ; + command_line << stream.str().c_str(); + wxExecute (command_line, wxEXEC_SYNC); // Display Run Status -- libgit2 0.21.2