Skip to content

Commit 18d3b26

Browse files
committed
Fixed non-Windows builds
1 parent 2103f33 commit 18d3b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6011,7 +6011,7 @@ void rem_port::sendInlineBlobs(PACKET* sendL, Rtr* rtr, UCHAR* message, const re
60116011
const auto& descs = format->fmt_desc;
60126012
for (unsigned ind : format->fmt_blob_idx)
60136013
{
6014-
const auto offs = (ULONG) (UINT_PTR) descs[ind].dsc_address;
6014+
const auto offs = (ULONG) (U_IPTR) descs[ind].dsc_address;
60156015
const auto blobId = (ISC_QUAD*) (message + offs);
60166016
if (*blobId == NULL_BLOB)
60176017
continue;

0 commit comments

Comments
 (0)