summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/demo.cxx2
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);