9 Sep
2005
9 Sep
'05
6:52 a.m.
On 08.09.2005 18:28, Robert Shearman wrote:
- TRACE("Chunk Found ckid=%.4s fccType=%.4s cksize=%08lX \n", + TRACE("Chunk Found ckid=%.4s fccType=%08x cksize=%08lX \n", (LPSTR)&mmckInfo.ckid, (LPSTR)&mmckInfo.fccType, mmckInfo.cksize);
Note that you're also printing the hex value of the pointer to mmckInfo.fccType ... you probably want to remove "(LPSTR)&". -f.r.