X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Fshared%2FWADEDITOR.pas;h=d2183553cb10fbe67272913c96002f72b0fbff0a;hp=e68fd21bcdee1c7d63ced3b086fb58abf80cd09d;hb=66487b9264a791df057975695339448eb3d7ba2f;hpb=61cdecb5161234a8a05e690e13d1aba82fb8b699 diff --git a/src/shared/WADEDITOR.pas b/src/shared/WADEDITOR.pas index e68fd21..d218355 100644 --- a/src/shared/WADEDITOR.pas +++ b/src/shared/WADEDITOR.pas @@ -143,7 +143,7 @@ begin P := OutBuf; Inc(OutBytes, 256); ReallocMem(OutBuf, OutBytes); - strm.next_out := PByteF(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); + strm.next_out := PByteF(PtrUInt(OutBuf + (strm.next_out - P))); strm.avail_out := 256; end; finally