mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:19:34 +01:00
* tab2space used zeroes instead of spaces. (mantis 13024)
git-svn-id: trunk@12583 -
This commit is contained in:
parent
aecbef27b2
commit
9ff8491cee
@ -976,7 +976,7 @@ begin
|
||||
begin
|
||||
Result[I]:=' ';
|
||||
If (Numb>1) then
|
||||
Insert(StringOfChar('0',Numb-1),Result,I);
|
||||
Insert(StringOfChar(' ',Numb-1),Result,I);
|
||||
Inc(I,Numb);
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user