OSDN Git Service

datを取り込むときに、新着が最終レスになっていたのを先頭レスに変更。
authorh677 <h677>
Sat, 17 Dec 2005 03:40:27 +0000 (03:40 +0000)
committerh677 <h677>
Sat, 17 Dec 2005 03:40:27 +0000 (03:40 +0000)
GikoSystem.pas

index 3500549..af8beb0 100644 (file)
@@ -720,7 +720,7 @@ begin
                        ThreadItem.RoundDate := ZERO_DATE;
                        ThreadItem.LastModified := ZERO_DATE;
                        ThreadItem.Kokomade := -1;
-                       ThreadItem.NewReceive := ThreadItem.Count;
+                       ThreadItem.NewReceive := 0;
                        ThreadItem.ParentBoard := Board;
                        ThreadItem.IsLogFile := True;
                        ThreadItem.Round := False;