Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ItemDownload.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 972 |
Rec.FFileName := Trim(Rec.FFileName); |
Rec.FFileName := Trim(Rec.FFileName); |
| 973 |
if (Rec.FTitle = '') and (Rec.FCount = 0) then Continue; |
if (Rec.FTitle = '') and (Rec.FCount = 0) then Continue; |
| 974 |
Inc(NumCount); |
Inc(NumCount); |
| 975 |
index := Board.GetIndex(Rec.FFileName); |
index := Board.GetIndexFromFileName(Rec.FFileName); |
| 976 |
if index = -1 then begin |
if index = -1 then begin |
| 977 |
//新しいスレッド |
//新しいスレッド |
| 978 |
NewItem := TThreadItem.Create( |
NewItem := TThreadItem.Create( |
|
|
Legend:
| Removed from v.1.23 |
|
| changed lines |
| |
Added in v.1.24 |
|
|
|