You've already forked lazarus-ccr
Sudoku: SaveSudokuToFile: don't write trailing empty line.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7235 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -262,6 +262,7 @@ var
|
|||||||
begin
|
begin
|
||||||
SL := TStringList.Create;
|
SL := TStringList.Create;
|
||||||
try
|
try
|
||||||
|
SL.SkipLastLineBreak := True;
|
||||||
GridToLines(SL);
|
GridToLines(SL);
|
||||||
{$if fpc_fullversion >= 30200}
|
{$if fpc_fullversion >= 30200}
|
||||||
SL.WriteBom := False;
|
SL.WriteBom := False;
|
||||||
|
Reference in New Issue
Block a user