You've already forked lazarus-ccr
biffexplorer: Fix details of SELECTION record.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6491 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5358,8 +5358,8 @@ begin
|
|||||||
ShowInRow(FCurrRow, FBufferIndex, numBytes, IntToStr(n),
|
ShowInRow(FCurrRow, FBufferIndex, numBytes, IntToStr(n),
|
||||||
'Number of following cell range addresses');
|
'Number of following cell range addresses');
|
||||||
|
|
||||||
numbytes := 2;
|
|
||||||
for i:=1 to n do begin
|
for i:=1 to n do begin
|
||||||
|
numbytes := 2;
|
||||||
Move(FBuffer[FBufferIndex], w, numBytes);
|
Move(FBuffer[FBufferIndex], w, numBytes);
|
||||||
ShowInRow(FCurrRow, FBufferIndex, numBytes, IntToStr(WordLEToN(w)), 'Index to first row');
|
ShowInRow(FCurrRow, FBufferIndex, numBytes, IntToStr(WordLEToN(w)), 'Index to first row');
|
||||||
Move(FBuffer[FBufferIndex], w, numBytes);
|
Move(FBuffer[FBufferIndex], w, numBytes);
|
||||||
|
Reference in New Issue
Block a user