From: zako Date: Mon, 5 Jan 2015 12:46:40 +0000 (+0900) Subject: したらば掲示板で一部取得済みの過去ログを取得できない不具合を修正 X-Git-Url: http://git.osdn.net/view?p=gikonavigoeson%2Fgikonavi.git;a=commitdiff_plain;h=c2a1d457bd3b79b4bfe27722e597810947ae9027 したらば掲示板で一部取得済みの過去ログを取得できない不具合を修正 --- diff --git a/gikoNavi.res b/gikoNavi.res index 3fb76cc..44348ad 100644 Binary files a/gikoNavi.res and b/gikoNavi.res differ diff --git a/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.dpr b/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.dpr index 530b5d5..6711d54 100644 --- a/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.dpr +++ b/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.dpr @@ -83,7 +83,7 @@ const MAJOR_VERSION = 1; MINOR_VERSION = 1; RELEASE_VERSION = 'alpha'; - REVISION_VERSION = 21; + REVISION_VERSION = 22; SYNCRONIZE_MENU_CAPTION = '‚µ‚½‚ç‚ÎJBBS”XV'; @@ -754,7 +754,8 @@ begin // “ÆŽ©‚Ƀ_ƒEƒ“ƒ[ƒh‚âƒtƒBƒ‹ƒ^ƒŠƒ“ƒO‚ðs‚í‚È‚¢ê‡‚Í // InternalDownload ‚É”C‚¹‚邱‚Æ‚ªo—ˆ‚é - modified := LastModified; +// modified := LastModified; + modified := 0.0; responseCode := InternalDownload( PChar( AURL ), modified, tmp, 0 ); @@ -889,7 +890,8 @@ begin tE := AnsiPos('">', tmpLine); tmpDatToken[2] := Copy(tmpHTML[i], tS + 16, tE - (tS + 16)); tmpHTML[i] := Copy(tmpHTML[i], tE + 5, Length(tmpHTML[i])); - tmpHTML[i] := CustomStringReplace(tmpHTML[i], '', '', true); end else begin //ƒƒ‹—“–³‚µ + tmpHTML[i] := CustomStringReplace(tmpHTML[i], '', '', true); + end else begin //ƒƒ‹—“–³‚µ tmpDatToken[2] := ''; end; //====================// @@ -957,7 +959,8 @@ begin tmpHTML.free; end; - ArrangeDownloadData(Count, downResult); +// ArrangeDownloadData(Count, downResult); + ArrangeDownloadData(0, downResult); if downResult.Count > 0 then begin if FileExists( FilePath ) then diff --git a/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.res b/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.res index 32caa8d..9327a1d 100644 Binary files a/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.res and b/res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.res differ