You've already forked lazarus-ccr
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user