From c859b5d69488798a56978e9b43c218fe4a7353fc Mon Sep 17 00:00:00 2001 From: Robin Nehls Date: Fri, 15 Jan 2010 18:16:38 +0100 Subject: Added get methods and made a comment more clear --- src/base/songloading/songloading_strategy_txt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/songloading') diff --git a/src/base/songloading/songloading_strategy_txt.cpp b/src/base/songloading/songloading_strategy_txt.cpp index 31604191..841e6253 100644 --- a/src/base/songloading/songloading_strategy_txt.cpp +++ b/src/base/songloading/songloading_strategy_txt.cpp @@ -54,7 +54,7 @@ namespace usdx std::pair result; - // copy the substring to : without # to result.first and + // copy the substring until ':', without # to result.first and // transform to upper case result.first.resize(pos - 1); std::transform(line.begin() + 1, line.begin() + pos, -- cgit v1.2.3