diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/demo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/demo.cxx b/test/demo.cxx index f0350c627..442c945dd 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -289,7 +289,7 @@ void dobut(Fl_Widget *, long arg) } else { sprintf(command, "open ../../../%s.app", cmd); } - puts(command); +// puts(command); system(command); free(cmd); |
