Skip to content
Snippets Groups Projects
Commit 706839c7 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Fixed a surprise-deprecation.

parent bffd8e1c
No related branches found
No related tags found
No related merge requests found
...@@ -418,7 +418,7 @@ class LowOptions ...@@ -418,7 +418,7 @@ class LowOptions
env = getenv(); env = getenv();
// Make a list of all the arguments we can parse. // Make a list of all the arguments we can parse.
foreach(::_indices(2), string index) foreach(::_indices(this, 0), string index)
{ {
mixed val = ::`[](index, this, 0); mixed val = ::`[](index, this, 0);
if(objectp(val) && val->is_opt) opts[index]=val; if(objectp(val) && val->is_opt) opts[index]=val;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment