fpspreadsheet: Some clean-up

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6769 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-12-25 08:58:16 +00:00
parent 8b3b74de88
commit 3f113c63bb
7 changed files with 11 additions and 13 deletions

View File

@@ -419,7 +419,7 @@ const
ZIP_HEADER: packed array[0..1] of char = ('P', 'K');
var
P: Int64;
buf: packed array[0..1] of char;
buf: packed array[0..1] of char = (#0, #0);
begin
Result := false;
P := AStream.Position;