OSDN Git Service

警告が出ないように修正
authorh677 <h677>
Fri, 18 Mar 2005 14:09:40 +0000 (14:09 +0000)
committerh677 <h677>
Fri, 18 Mar 2005 14:09:40 +0000 (14:09 +0000)
GikoSystem.pas

index 478c55b..482685c 100644 (file)
@@ -537,7 +537,7 @@ begin
                Exit;
        Board.Clear;
        UnRead := 0;
-
+    is2ch := false;
        usePlugIn := Board.IsBoardPlugInAvailable;
     if not usePlugIn then begin
        GikoSys.ParseURI(Board.URL, protocol, host, path, document, port, bookmark );
@@ -1897,7 +1897,6 @@ end;
 function TGikoSys.DivideStrLine(Line: string): TResRec;
 var
        Delim: string;
-               bufbody : String;
 begin
        if AnsiPos('<>', Line) = 0 then begin
                //Delim := ',';
@@ -3949,7 +3948,6 @@ begin
 end;
 function TGikoSys.GetSameIDResCount(AIDNum : Integer; ThreadItem: TThreadItem):Integer;
 var
-       i: integer;
        body: TStringList;
 begin
        Result := 0;