mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-12 13:46:02 -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
|
||||
|
||||
_extractValue( *i, args );
|
||||
_extractValue( args[*i] );
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user