summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/io/test_io.cc
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/io/test_io.cc')
-rw-r--r--2004/i/nono/src/io/test_io.cc2
1 files changed, 1 insertions, 1 deletions
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])
{