-=
This commit is contained in:
@@ -404,10 +404,7 @@ void SplitStr(const std::string& strVal, std::vector<std::string> outVals)
|
|||||||
|
|
||||||
while ( ss >> str )
|
while ( ss >> str )
|
||||||
{
|
{
|
||||||
//outVals[numVals] = i;
|
|
||||||
outVals.push_back(str);
|
outVals.push_back(str);
|
||||||
numVals += 1;
|
|
||||||
|
|
||||||
while ( ss.peek() == ' ' )
|
while ( ss.peek() == ' ' )
|
||||||
ss.ignore();
|
ss.ignore();
|
||||||
if ( ss.peek() == ',' )
|
if ( ss.peek() == ',' )
|
||||||
|
|||||||
Reference in New Issue
Block a user