We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa8a53 commit dec38dbCopy full SHA for dec38db
ccutil/strngs.cpp
@@ -32,8 +32,8 @@ using tesseract::TFile;
32
// possible length of an int (in 64 bits), being -<20 digits>.
33
const int kMaxIntSize = 22;
34
// Size of buffer needed to host the decimal representation of the maximum
35
-// possible length of a %.8g being -0.12345678e+999<nul> = 15.
36
-const int kMaxDoubleSize = 15;
+// possible length of a %.8g being -1.2345678e+999<nul> = 16.
+const int kMaxDoubleSize = 16;
37
38
/**********************************************************************
39
* STRING_HEADER provides metadata about the allocated buffer,
0 commit comments