Function name change, additional comments, code cleanup for remote disc streaming

This commit is contained in:
Fireball Wayne
2017-03-11 00:46:50 -05:00
parent ce7a93e24c
commit ed046079a5
5 changed files with 55 additions and 50 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ void SplitString(const std::string& str, const char delim, std::vector<std::stri
}
}
void FindQuotedStrings(const std::string& str, std::vector<std::string>& output)
void GetQuotedStrings(const std::string& str, std::vector<std::string>& output)
{
size_t next = 0;
bool even = 0;