mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 13:03:11 +08:00
refactoring
This commit is contained in:
@ -605,7 +605,7 @@ namespace PdfReader
|
||||
double dTemp = 0;
|
||||
int nInt;
|
||||
|
||||
if ((bNegative = dValue < 0))
|
||||
if (bNegative = (dValue < 0))
|
||||
dValue = -dValue;
|
||||
|
||||
dValue = floor(dValue * pow((double)10, nPrecision) + 0.5);
|
||||
|
||||
Reference in New Issue
Block a user