diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/OS/Process/imore.cpp | 2 |
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; } |