diff options
author | Robin Nehls <nehls@mi.fu-berlin.de> | 2010-01-15 18:16:38 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:44 +0100 |
commit | c859b5d69488798a56978e9b43c218fe4a7353fc (patch) | |
tree | 320b849092be1543a2a61c799378eb28cdf68733 /src/base/songloading | |
parent | f5d2afb357c7581536da91022986872cd41b68d3 (diff) | |
download | usdx-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.cpp | 2 |
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, |