Fixed VisualStudio .NET warnings in TXP plugin.

This commit is contained in:
Robert Osfield
2002-04-18 10:38:58 +00:00
parent ab64566b61
commit 4b5e4904ac
4 changed files with 20 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ bool trpgReadBuffer::Get(int64 &ret)
if (!GetData((char *)&val,sizeof(int64))) return false;
if (ness != cpuNess)
ret = trpg_byteswap_long(val);
ret = trpg_byteswap_llong(val);
else
ret = val;