This commit is contained in:
JoelKatz
2013-07-01 08:45:28 -07:00
parent 6514fa0f8e
commit b954181372

View File

@@ -436,7 +436,7 @@ void STAmount::canonicalize ()
++mOffset;
}
if ((mOffset < cMinOffset) || (mValue < vMinValue))
if ((mOffset < cMinOffset) || (mValue < cMinValue))
{
mValue = 0;
mOffset = 0;