git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52679
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define COMMAND "echo hi"
#define ASYNC_COMMAND "xclock"
#define SHELL_COMMAND "echo hi from shell"
#define COMMAND "echo hi"
#define ASYNC_COMMAND "xclock"
#define SHELL_COMMAND "echo hi from shell"
- #define REDIRECT_COMMAND COMMAND "cat -n Makefile"
+ #define REDIRECT_COMMAND "cat -n Makefile"
#elif defined(__WXMSW__)
#define COMMAND "command.com /c echo hi"
#define ASYNC_COMMAND "notepad"
#elif defined(__WXMSW__)
#define COMMAND "command.com /c echo hi"
#define ASYNC_COMMAND "notepad"
unsigned count = output.GetCount();
for ( unsigned n = 0; n < count; n++ )
{
unsigned count = output.GetCount();
for ( unsigned n = 0; n < count; n++ )
{
- wxPrintf("%04u:\t%s\n", n, output[n]);
+ wxPrintf("%04u:\t%s\n", n + 1, output[n]);