From 374fc544b319e3e03b3e16ab603c2245715891e4 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sat, 3 Oct 2009 15:18:32 +0200 Subject: Add Index count information in debug output. Signed-off-by: Graeme Geldenhuys --- src/frm_main.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frm_main.pas b/src/frm_main.pas index dc6bf02a..a5b0b515 100644 --- a/src/frm_main.pas +++ b/src/frm_main.pas @@ -176,8 +176,9 @@ begin Add('Filename: ' + f.Filename); Add('----------'); Add('Title: ' + f.Title); - Add('DictionaryCount:' + IntToStr(f.DictionaryCount)); - Add('TopicCount: ' + IntToStr(f.TopicCount)); + Add('Dictionary count:' + IntToStr(f.DictionaryCount)); + Add('Topic count: ' + IntToStr(f.TopicCount)); + Add('Index count: ' + IntToStr(f.Index.Count)); Add(' '); Add('Dictionary contents:'); for i := 0 to f.DictionaryCount-1 do -- cgit v1.2.3-70-g09d2