Fix search results output alignment for large file searches
Fix #13481, close #13482
This commit is contained in:
parent
14b215db76
commit
81802e7d77
|
@ -1387,7 +1387,7 @@ int nbDigitsFromNbLines(size_t nbLines)
|
|||
else // rare case
|
||||
{
|
||||
nbDigits = 7;
|
||||
nbLines /= 1000000;
|
||||
nbLines /= 10000000;
|
||||
|
||||
while (nbLines)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue