From 41aa97c213b59ee58902aa8fd429e244b2603933 Mon Sep 17 00:00:00 2001 From: yoffy Date: Sat, 15 Nov 2003 16:54:30 +0000 Subject: [PATCH] =?utf8?q?=E3=83=BB=E3=83=97=E3=83=A9=E3=82=B0=E3=82=A4?= =?utf8?q?=E3=83=B3=E3=82=92=E4=BD=BF=E7=94=A8=E3=81=97=E3=81=9F=20HTML=20?= =?utf8?q?=E3=81=AE=E7=94=9F=E6=88=90=E6=99=82=E3=81=AB=E4=BF=9D=E6=8C=81?= =?utf8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=82=8B=E3=83=AC=E3=82=B9=E6=95=B0?= =?utf8?q?=E3=81=A7=E3=81=AF=E3=81=AA=E3=81=8F=E3=82=B5=E3=83=BC=E3=83=90?= =?utf8?q?=E5=81=B4=E3=81=AE=E3=83=AC=E3=82=B9=E6=95=B0=E3=81=A0=E3=81=91?= =?utf8?q?=E8=A1=A8=E7=A4=BA=E3=81=97=E3=82=88=E3=81=86=E3=81=A8=E3=81=97?= =?utf8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE?= =?utf8?q?=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- GikoSystem.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GikoSystem.pas b/GikoSystem.pas index 6874778..bad1362 100644 --- a/GikoSystem.pas +++ b/GikoSystem.pas @@ -1023,7 +1023,7 @@ begin '' ) ); SaveList.Add(''); - for i := 0 to threadItem.AllResCount - 1 do begin + for i := 0 to threadItem.Count - 1 do begin if (OnlyAHundredRes = true) and ( i <> 0 ) and ( (threadItem.AllResCount-i) > 101 ) then begin Continue; end; -- 2.11.0