| 116 |
|
datasize: Integer; |
| 117 |
|
begin |
| 118 |
|
SetLength(Result, 1); |
| 119 |
< |
if ConManager.Connection[ConnectionID].DataOS = DOS_MAC then |
| 119 |
> |
if ConManager.Connection[ConnectionID].DataOS in [DOS_MACBETA, DOS_MAC] then |
| 120 |
|
begin |
| 121 |
|
ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $10, 4, @datasize); |
| 122 |
|
ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $14, 4, @link); |
| 426 |
|
|
| 427 |
|
initialization |
| 428 |
|
RawLists := TRawLists.Create; |
| 429 |
< |
RawLists.InsertRawListHandler('AGDB', False, AGDB); |
| 429 |
> |
RawLists.InsertRawListHandler('AGDB', True, AGDB); |
| 430 |
|
RawLists.InsertRawListHandler('AKVA', True, AKVA); |
| 431 |
|
RawLists.InsertRawListHandler('BINA', True, BINA); |
| 432 |
|
RawLists.InsertRawListHandler('OSBD', True, OSBD); |