| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | unit RawList; | |
| 2 | – | |
| 2 | interface | |
| 4 | – | |
| 3 | uses TypeDefs; | |
| 4 | ||
| 5 | type | |
| # | Line 142 | Line 140 | function SUBT(ConnectionID, FileID: Inte | |
| 140 | var | |
| 141 | baselink, lastlink: Integer; | |
| 142 | links: Integer; | |
| 145 | – | j, k: Integer; |
| 146 | – | // Data: TByteData; |
| 143 | Data: TStream; | |
| 144 | begin | |
| 145 | ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $18, 4, @baselink); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |