ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/DataAccess/Access_OniArchive.pas
(Generate patch)

Comparing oup/current/DataAccess/Access_OniArchive.pas (file contents):
Revision 256 by alloc, Sat Oct 18 23:27:59 2008 UTC vs.
Revision 321 by alloc, Wed May 6 13:47:23 2009 UTC

# Line 588 | Line 588 | begin
588    if fileid < GetFileCount then
589    begin
590      raw_info := Self.GetRawInfo(FileID, DatOffset);
591 +    if raw_info.RawSize = 0 then
592 +      exit;
593      if not raw_info.LocSep then
594      begin
595        if not FRawOpened then

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)