summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-27 20:48:00 +0000
committerSteve Huston <shuston@riverace.com>2001-12-27 20:48:00 +0000
commit26314543bd9438f6bac79cf29d868e8b67277459 (patch)
tree463575230792378b5578cde430700d5645a317e7 /examples
parentc908006997d195711539e83d6fe25a3716ec0f98 (diff)
downloadATCD-26314543bd9438f6bac79cf29d868e8b67277459.tar.gz
ChangeLogTag:Thu Dec 27 15:47:22 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/OS/Process/imore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OS/Process/imore.cpp b/examples/OS/Process/imore.cpp
index 981b416b2bb..a7b1d06cb66 100644
--- a/examples/OS/Process/imore.cpp
+++ b/examples/OS/Process/imore.cpp
@@ -85,7 +85,7 @@ parse_args (int argc, char **argv)
return -1;
}
else
- fname = argv[get_opt.opt_int ()]; // Alright.
+ fname = argv[get_opt.opt_ind ()]; // Alright.
return 0;
}