Lilia Roumiantseva
cbCountSizeOfEnhMetafile callback function instead of increasing a contents of the pointer to the size increased the pointer itself.
This commit is contained in:
parent
7bedbf6ae4
commit
09f8a751e8
|
@ -269,7 +269,7 @@ INT CALLBACK cbCountSizeOfEnhMetaFile( HDC a,
|
|||
{
|
||||
LPUINT uSizeOfRecordData = (LPUINT)lpData;
|
||||
|
||||
uSizeOfRecordData += lpEMR->nSize;
|
||||
*uSizeOfRecordData += lpEMR->nSize;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue