aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/songloading
diff options
context:
space:
mode:
authorRobin Nehls <nehls@mi.fu-berlin.de>2010-01-15 18:16:38 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:44 +0100
commitc859b5d69488798a56978e9b43c218fe4a7353fc (patch)
tree320b849092be1543a2a61c799378eb28cdf68733 /src/base/songloading
parentf5d2afb357c7581536da91022986872cd41b68d3 (diff)
downloadusdx-c859b5d69488798a56978e9b43c218fe4a7353fc.tar.gz
usdx-c859b5d69488798a56978e9b43c218fe4a7353fc.tar.xz
usdx-c859b5d69488798a56978e9b43c218fe4a7353fc.zip
Added get methods and made a comment more clear
Diffstat (limited to 'src/base/songloading')
-rw-r--r--src/base/songloading/songloading_strategy_txt.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::string, std::string> 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,