mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-13 22:24:39 -04:00
delim stuff
This commit is contained in:
parent
2e4e5637a6
commit
c1a5c617ed
@ -67,7 +67,7 @@ bool UnlabeledMultiArg<T>::processArg(int *i, vector<string>& args)
|
|||||||
{
|
{
|
||||||
// never ignore an unlabeled multi arg
|
// never ignore an unlabeled multi arg
|
||||||
|
|
||||||
_extractValue( *i, args );
|
_extractValue( args[*i] );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user