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:
wp_xxyyzz
2018-06-12 20:40:21 +00:00
parent dad93e638e
commit e5cb6ff0f7

View File

@ -5358,8 +5358,8 @@ begin
ShowInRow(FCurrRow, FBufferIndex, numBytes, IntToStr(n),
'Number of following cell range addresses');
numbytes := 2;
for i:=1 to n do begin
numbytes := 2;
Move(FBuffer[FBufferIndex], w, numBytes);
ShowInRow(FCurrRow, FBufferIndex, numBytes, IntToStr(WordLEToN(w)), 'Index to first row');
Move(FBuffer[FBufferIndex], w, numBytes);