OSDN Git Service

HTML化して保存する際に、CSS/Skinを使用していないと、
authorh677 <h677>
Sun, 13 Aug 2006 00:05:02 +0000 (00:05 +0000)
committerh677 <h677>
Sun, 13 Aug 2006 00:05:02 +0000 (00:05 +0000)
フォルダの生成に失敗のエラーが表示される不具合の修正

HTMLCreate.pas

index 8212920..57f658c 100644 (file)
@@ -1426,7 +1426,9 @@ begin
        end else if GikoSys.Setting.UseCSS then begin
                current := ExtractFilePath(GikoSys.GetStyleSheetDir);
                tmp := ExtractFilePath(GikoSys.GetStyleSheetDir + GikoSys.Setting.CSSFileName);
-       end;
+       end else begin
+        Exit;
+    end;
        dirs := TStringList.Create;
        try
                dirs.Add(tmp);