From c8229b467e828f0f28c98a8fdca2eadc3a6a148e Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 9 May 2004 21:37:23 +0000 Subject: Ajout du support servo. --- 2004/i/nono/src/io/test_io.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2004/i/nono/src/io/test_io.cc') diff --git a/2004/i/nono/src/io/test_io.cc b/2004/i/nono/src/io/test_io.cc index 5af38bf..11c86e8 100644 --- a/2004/i/nono/src/io/test_io.cc +++ b/2004/i/nono/src/io/test_io.cc @@ -57,7 +57,7 @@ main (int argc, char **argv) int i = 1; while (i < argc) { - if (!ioCmd (argc, argv, i, gc)) + if (!ioCmd (argc, argv, i, gc, gspp)) { switch (argv[i][0]) { -- cgit v1.2.3