From 8aaab174359b6111b47b8a0adb9007555f20e949 Mon Sep 17 00:00:00 2001 From: naru Date: Fri, 7 Mar 2003 08:04:45 +0000 Subject: [PATCH] Fix: Index error occurs when no log is returened from the server --- bottleclient/Logs.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/bottleclient/Logs.pas b/bottleclient/Logs.pas index b2343ee..c87b657 100755 --- a/bottleclient/Logs.pas +++ b/bottleclient/Logs.pas @@ -349,6 +349,7 @@ begin i := 0; if Source.Count = 0 then begin if Assigned(FOnLoadFailure) then FOnLoadFailure(Self, 'ƒƒO‚ª“Ç‚ÝŽæ‚ê‚Ü‚¹‚ñ'); + Exit; end; if Source[0] <> 'OK' then begin end; -- 2.11.0