typos; refs #28
This commit is contained in:
@@ -555,8 +555,8 @@ namespace pcsc {
|
||||
Strings res;
|
||||
pcsc::Connection::Strings readers(scan());
|
||||
for (pcsc::Connection::Strings::const_iterator it(readers.begin());
|
||||
it!=readers.end(); ++it)
|
||||
if (_reader[*it].status().atr.find(atr)!=string::npos)
|
||||
it!=readers.end(); ++it)
|
||||
if (_reader[*it]->status().atr.find(atr)!=string::npos)
|
||||
res.push_back(*it);
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user