Patch #1930 2007-03-25 16:45
nfz
can't launch programs from within IDE using the run command.- Download
- 1930-can_t_launch_p.patch (505 bytes)
Index: compilergcc.cpp
===================================================================
--- compilergcc.cpp (revision 3757)
+++ compilergcc.cpp (working copy)
@@ -1749,7 +1749,7 @@
if (!cmd.Replace(_T("$SCRIPT"), script))
// if they didn't specify $SCRIPT, append:
- cmd << _T(" ") << command;
+ cmd << command;
Manager::Get()->GetMessageManager()->Log(m_PageIndex, _("Checking for existence: %s"), f.GetFullPath().c_str());
if (!wxFileExists(f.GetFullPath()))
History
afb 2007-03-25 20:55
Fixed in revision 3759