Changeset 173 for oup/current/Global


Ignore:
Timestamp:
May 2, 2007, 3:19:40 PM (18 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Global/RawList.pas

    r171 r173  
    117117begin
    118118  SetLength(Result, 1);
    119   if ConManager.Connection[ConnectionID].DataOS = DOS_MAC then
     119  if ConManager.Connection[ConnectionID].DataOS in [DOS_MACBETA, DOS_MAC] then
    120120  begin
    121121    ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $10, 4, @datasize);
Note: See TracChangeset for help on using the changeset viewer.