• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ギコナビ


Commit MetaInfo

Revision686da65238280acd694252b7e61a437a25f474cc (tree)
Time2004-10-01 22:19:52
Authorh677 <h677>
Commiterh677

Log Message

あぼーん時の新着レス番号の付け替えでの不具合の修正

Change Summary

Incremental Difference

--- a/ItemDownload.pas
+++ b/ItemDownload.pas
@@ -1259,8 +1259,10 @@ begin
12591259 OldCnt := Body.IndexOf(oldBody.Strings[ LastIdx ]) + 1;
12601260 until ( OldCnt <> 0 ) or (LastIdx = 0);
12611261
1262+ if OldCnt >= Body.Count then OldCnt := Body.Count - 1;
12621263 NewRes := Body.Count - OldCnt;
12631264
1265+
12641266 finally
12651267 oldBody.Free;
12661268 end;