Changed an int to std::string::size_type
This commit is contained in:
parent
6e584ca176
commit
6983a56a23
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ strings_list process_arguments(strings_list args, scope_t& scope)
|
|||
|
||||
std::list<op_bool_char_tuple> option_queue;
|
||||
|
||||
int x = 1;
|
||||
std::string::size_type x = 1;
|
||||
for (char c = (*i)[x]; c != '\0'; x++, c = (*i)[x]) {
|
||||
op_bool_tuple opt(find_option(scope, c));
|
||||
if (! opt.first)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue