From e5cb6ff0f78bf859bd999c6cca2a9739f30c2952 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 12 Jun 2018 20:40:21 +0000 Subject: [PATCH] biffexplorer: Fix details of SELECTION record. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6491 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/biffexplorer/bebiffgrid.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/biffexplorer/bebiffgrid.pas b/applications/biffexplorer/bebiffgrid.pas index 256b1945e..7b5bce57e 100644 --- a/applications/biffexplorer/bebiffgrid.pas +++ b/applications/biffexplorer/bebiffgrid.pas @@ -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);