From 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 29 Jun 2016 08:34:30 +0200 Subject: Cleanup and version bump --- src/frontend/mame/ui/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/mame/ui/utils.cpp') diff --git a/src/frontend/mame/ui/utils.cpp b/src/frontend/mame/ui/utils.cpp index 5ad21c6839c..b706e14682a 100644 --- a/src/frontend/mame/ui/utils.cpp +++ b/src/frontend/mame/ui/utils.cpp @@ -98,7 +98,7 @@ std::vector tokenize(const std::string &text, char sep) std::vector tokens; tokens.reserve(64); std::size_t start = 0, end = 0; - while ((end = text.find(sep, start)) != std::string::npos) + while ((end = text.find(sep, start)) != std::string::npos) { std::string temp = text.substr(start, end - start); if (!temp.empty()) tokens.push_back(temp); -- cgit v1.2.3-70-g09d2