j
k
j a
j l
On 2017-06-02 19:52, phater@svn.reactos.org wrote:
aDstNextStr = (char*)((DWORD)aDstNextStr + (DWORD)bItmLen);
DWORD cannot always fit a pointer. You want DWORD_PTR for this kind of math (or simply use char *).
Back to the thread
Back to the list