You've already forked lazarus-ccr
fpspreadsheet: Fix test suite failures with compiler checks ON.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7989 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -686,7 +686,7 @@ begin
|
||||
{ One-based index to EXTERNSHEET record in the booklist.
|
||||
Negative to indicate a 3D reference.
|
||||
Positive to indicate an external reference }
|
||||
idx := WordLEToN(AStream.ReadWord);
|
||||
idx := SmallInt(WordLEToN(AStream.ReadWord));
|
||||
|
||||
if idx < 0 then begin
|
||||
{ *** Internal 3d reference *** }
|
||||
|
Reference in New Issue
Block a user