From 6eb1f5af23c0d580dbccb6615ce7718d7f894a97 Mon Sep 17 00:00:00 2001 From: Raymond Date: Mon, 4 Jan 2010 21:55:34 +0000 Subject: [PATCH] lil bug in framefunctionlist git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@375 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Projects/SAMufasaGUI/framefunctionlist.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/SAMufasaGUI/framefunctionlist.pas b/Projects/SAMufasaGUI/framefunctionlist.pas index 944b5e1..73968f7 100644 --- a/Projects/SAMufasaGUI/framefunctionlist.pas +++ b/Projects/SAMufasaGUI/framefunctionlist.pas @@ -218,7 +218,7 @@ begin Len := FilterTree.Items.Count; i := start + len; //This is for the backwards compatibily, we do mod anways.. it just makes sure -1 isn't negative. c := 0; - while c < (len - 1) do + while c < (len ) do begin; if FilterTree.Items[i mod len].Level = 1 then begin