diff --git a/src/common/CExpression.cpp b/src/common/CExpression.cpp index a5b9a3a56..0f7a4e193 100644 --- a/src/common/CExpression.cpp +++ b/src/common/CExpression.cpp @@ -673,7 +673,8 @@ llong CExpression::GetSingle(lpctstr & refStrExpr ) if ( IsDigit(ch) ) { ch -= '0'; - ++ uiDigits; + // The line bellow causes flags over 080000000 not being read correctly. But this whole section should be refactored... + //++ uiDigits; } else {