OSDN Git Service

・BBS を切り替えて掲示板キャビネットを操作するとエラーが発生するバグを修正。
authoryoffy <yoffy>
Tue, 6 Apr 2004 12:20:13 +0000 (12:20 +0000)
committeryoffy <yoffy>
Tue, 6 Apr 2004 12:20:13 +0000 (12:20 +0000)
Giko.pas

index 10e003f..cc3e367 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -9253,6 +9253,9 @@ var
        i: Integer;
 begin
 
+       if Node = nil then
+               Exit;
+
        if FTreeType = gttHistory then begin
                if Node <> nil then
                        if TObject( Node.Data ) is TFavoriteThreadItem then