crypt32: Avoid printing pointer differences in traces.
This commit is contained in:
parent
bc9df953fc
commit
2136b1697f
@ -330,8 +330,7 @@ BOOL serialize(const struct protect_data_t *pInfo, DATA_BLOB *pSerial)
|
||||
|
||||
if (ptr - pSerial->pbData != dwStruct)
|
||||
{
|
||||
ERR("struct size changed!? %u != expected %u\n",
|
||||
ptr - pSerial->pbData, dwStruct);
|
||||
ERR("struct size changed!? expected %u\n", dwStruct);
|
||||
LocalFree(pSerial->pbData);
|
||||
pSerial->pbData=NULL;
|
||||
pSerial->cbData=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user