Patch #2036 2007-06-04 13:02
ahlongxp
Run program failed on GCC/GTK- Download
- 2036-Run_program_fa.patch (569 bytes)
- Category
- Plugin::Bugfix
- Status
- Out of date
- Close date
- 2007-06-29 01:47
- Assigned to
--- compilergcc.cpp.org 2007-06-04 20:37:19.000000000 +0800
+++ compilergcc.cpp 2007-06-04 20:47:53.000000000 +0800
@@ -1709,7 +1709,7 @@
// -- Csh Programming Considered Harmful
command << DEFAULT_CONSOLE_SHELL << strSPACE;
}
- command << _T("'") << LIBRARY_ENVVAR _T("=.:$") LIBRARY_ENVVAR << _T(" ");
+ command << _T(" '") << LIBRARY_ENVVAR _T("=.:$") LIBRARY_ENVVAR << _T(" ");
}
// should console runner be used?
if (target->GetUseConsoleRunner())
History
rickg22 2007-06-29 01:47
Code in compilergcc.cpp has changed. Does the bug persist?