aboutsummaryrefslogtreecommitdiff
path: root/src/tests/procs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/procs.cpp')
-rw-r--r--src/tests/procs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/procs.cpp b/src/tests/procs.cpp
index c233040..c4b3ebc 100644
--- a/src/tests/procs.cpp
+++ b/src/tests/procs.cpp
@@ -2,7 +2,7 @@
2 2
3#include <stdio.h> 3#include <stdio.h>
4 4
5int main( int agrc, char *argv[] ) 5int main()
6{ 6{
7 //Bu::Process p( argv[1], argv+1 ); 7 //Bu::Process p( argv[1], argv+1 );
8 Bu::Process p("mplayer", "mplayer", "dvd://", "-framedrop", 8 Bu::Process p("mplayer", "mplayer", "dvd://", "-framedrop",