diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-08-21 19:23:33 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-08-21 19:23:33 -0400 |
commit | db970c1a5f4737d1d6c7c6dbb50a16ec7592e6d6 (patch) | |
tree | 4246ba82a7610c808aaa65728fa45b2f6b9ef790 /.hgignore | |
parent | 6a6114568687a67dc1e2de4fd1e8a3bed605c94d (diff) |
Don't compare rbegin() iterators, use LLStringUtil::endsWith().
I think the intention of (sDumpDir.rbegin() == mDirDelimiter.rbegin()) was to
test whether sDumpDir endsWith(mDirDelimiter). But those iterators will never
be equal. Instead, use LLStringUtil::endsWith().
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions