cabinet: FCICreate: Initialize oldCCAB.

This commit is contained in:
Dan Kegel 2007-11-04 06:26:06 -08:00 committed by Alexandre Julliard
parent c2330178eb
commit 559b38c34c
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ HFCI __cdecl FCICreate(
p_fci_internal->estimatedCabinetSize = 0;
p_fci_internal->statusFolderTotal = 0;
memset(&p_fci_internal->oldCCAB, 0, sizeof(CCAB));
memcpy(p_fci_internal->szPrevCab, pccab->szCab, CB_MAX_CABINET_NAME);
memcpy(p_fci_internal->szPrevDisk, pccab->szDisk, CB_MAX_DISK_NAME);