Changeset 245 for oup/current/FileClasses/SUBT.pas
- Timestamp:
- Aug 18, 2007, 5:51:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/FileClasses/SUBT.pas
r241 r245 129 129 begin 130 130 CacheFile; 131 Cache RawFile($18);131 CacheAllRawFiles; 132 132 133 133 FFileStream.Seek($1C, soFromBeginning); … … 144 144 FFileStream.Seek($20 + i*4, soFromBeginning); 145 145 FFileStream.Read(offset, 4); 146 FRawCaches[0]. Seek(offset, soFromBeginning);146 FRawCaches[0].RawStream.Seek(offset, soFromBeginning); 147 147 end; 148 148 SetLength(temps, 200); … … 150 150 repeat 151 151 Inc(pos); 152 FRawCaches[0].R ead(temps[pos], 1);152 FRawCaches[0].RawStream.Read(temps[pos], 1); 153 153 until temps[pos] = #0; 154 154 SetLength(temps, pos - 1);
Note:
See TracChangeset
for help on using the changeset viewer.