OSDN Git Service

・今までにダウンロードしたことあるかの判断に Count ではなく AllResCount を使っていたバグを修正。
authoryoffy <yoffy>
Sat, 15 Nov 2003 16:55:18 +0000 (16:55 +0000)
committeryoffy <yoffy>
Sat, 15 Nov 2003 16:55:18 +0000 (16:55 +0000)
res/ExternalBoardPlugIn/ShitarabaPlugIn.dpr

index c6ec1bf..1655678 100644 (file)
@@ -433,7 +433,7 @@ begin
                                                                logStream.Position      := logStream.Size;
                                                                logStream.Write( PChar( downResult.Text )^, Length( downResult.Text ) );
 
-                                                               if AllResCount = 0 then
+                                                               if Count = 0 then
                                                                        Result := dsComplete
                                                                else
                                                                        Result := dsDiffComplete;