mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-04-08 17:15:37 +02:00
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…
x
Reference in New Issue
Block a user