Fixed alignment and position when looking for mmio chunks.

This commit is contained in:
Eric Pouech 1999-06-26 10:36:29 +00:00 committed by Alexandre Julliard
parent 9930c39188
commit 8becc699d1
1 changed files with 3 additions and 4 deletions

View File

@ -1002,8 +1002,7 @@ UINT16 WINAPI mmioDescend(HMMIO16 hmmio, LPMMCKINFO lpck,
memcpy(fcc,&lpck->fccType,4);
TRACE(mmio, "ckid=%s fcc=%s cksize=%08lX !\n",
ckid, searchcki.fccType?fcc:"<unused>",
lpck->cksize
);
lpck->cksize);
if ((searchcki.ckid == lpck->ckid) &&
(!searchcki.fccType ||
(searchcki.fccType == lpck->fccType)
@ -1011,7 +1010,7 @@ UINT16 WINAPI mmioDescend(HMMIO16 hmmio, LPMMCKINFO lpck,
)
break;
dwOldPos = lpck->dwDataOffset + lpck->cksize;
dwOldPos = lpck->dwDataOffset + ((lpck->cksize + 1) & ~1);
mmioSeek(hmmio, dwOldPos, SEEK_SET);
}
/* If we were looking for RIFF/LIST chunks, the final dataptr