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

Comparing oup/current/Tools/RawEdit.pas (file contents):
Revision 179 by alloc, Sat May 12 13:22:11 2007 UTC vs.
Revision 180 by alloc, Thu May 17 15:08:29 2007 UTC

# Line 539 | Line 539 | begin
539      fs := TFileStream.Create(opend.FileName, fmOpenRead);
540      if fs.Size <> hex.DataSize then
541      begin
542 <      if (not (CR_ResizeRaw in ConManager.Connection[ConnectionID].ChangeRights)) and (not (CR_AppendRaw in ConManager.Connection[ConnectionID].ChangeRights)) then
542 >      if
543 >        (not (CR_ResizeRaw in ConManager.Connection[ConnectionID].ChangeRights))
544 >        and (not (CR_AppendRaw in ConManager.Connection[ConnectionID].ChangeRights))
545 >        then
546        begin
547          ShowMessage('Can''t import ' + ExtractFilename(importd.FileName) +
548              ', file has to have same size as file in .raw with this backend.' + CrLf +

Diff Legend

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