Skip to content
Snippets Groups Projects
Commit adfab7d5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

mixed * => array.

Rev: lib/modules/Getopt.pmod:1.6
parent f0969d84
Branches
Tags
Loading
...@@ -167,7 +167,7 @@ array find_all_options(array(string) argv, array options, ...@@ -167,7 +167,7 @@ array find_all_options(array(string) argv, array options,
string arg; string arg;
sscanf(opt,"%s=%s",opt, arg); sscanf(opt,"%s=%s",opt, arg);
if(mixed *option=quick[opt]) if(array option=quick[opt])
{ {
argv[e]=0; argv[e]=0;
if(!arg && option[TYPE]==HAS_ARG) if(!arg && option[TYPE]==HAS_ARG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment