diff options
| author | 2019-03-24 03:19:47 +0100 | |
|---|---|---|
| committer | 2019-03-24 03:19:47 +0100 | |
| commit | c038d7e58dcc9ee8bc8fa94c23602b35e105547b (patch) | |
| tree | 53c475be51fde933e7634f8ac093648c38245f5f /parsingtoolbox.cpp | |
| parent | d1b2ac03a90fe00ee3b09e60584f895b40e2e9df (diff) | |
| download | OneRoll-c038d7e58dcc9ee8bc8fa94c23602b35e105547b.tar.gz OneRoll-c038d7e58dcc9ee8bc8fa94c23602b35e105547b.zip | |
Fix display filler and compilation.
Diffstat (limited to 'parsingtoolbox.cpp')
| -rw-r--r-- | parsingtoolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsingtoolbox.cpp b/parsingtoolbox.cpp index ffc4a60..ebc0627 100644 --- a/parsingtoolbox.cpp +++ b/parsingtoolbox.cpp @@ -885,7 +885,7 @@ SubtituteInfo::SubtituteInfo() {} bool SubtituteInfo::isValid() const { - return !(m_position + m_resultIndex < 2); + return !(m_position + m_resultIndex < 0); } int SubtituteInfo::length() const |