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 241 by alloc, Tue Jul 17 22:27:16 2007 UTC vs.
Revision 243 by alloc, Fri Aug 10 17:26:03 2007 UTC

# Line 507 | Line 507 | begin
507      list := GetRawList(StrToInt(MidStr(dats.Strings[i], 1, 5)));
508      for j := 0 to Length(list) - 1 do
509      begin
510 <      if list[j].RawType = RawType then
510 >      if (list[j].RawType = RawType) and (list[j].RawSize > 0) then
511        begin
512          SetLength(Result, Length(Result)+1);
513          Result[High(Result)] := list[j];

Diff Legend

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