Fix for bugs #2236 & #2237

This commit is contained in:
Mateusz Skowroński 2015-09-06 19:14:45 +02:00 committed by Yorik van Havre
parent 23b1ed5c79
commit b4e3fcb428

View File

@ -67,7 +67,7 @@ public:
QString copy = input;
int len = copy.size();
pos = len;
const bool plus = max >= 0;
const bool minus = min <= 0;