UpdateGUI.cpp (p7zip_15.14.1_src_all) | : | UpdateGUI.cpp (p7zip_16.02_src_all) | ||
---|---|---|---|---|
skipping to change at line 344 | skipping to change at line 344 | |||
di.Password = callback->Password; | di.Password = callback->Password; | |||
di.KeepName = !oneFile; | di.KeepName = !oneFile; | |||
NUpdateArchive::CActionSet &actionSet = options.Commands.Front().ActionSet; | NUpdateArchive::CActionSet &actionSet = options.Commands.Front().ActionSet; | |||
{ | { | |||
int index = FindActionSet(actionSet); | int index = FindActionSet(actionSet); | |||
if (index < 0) | if (index < 0) | |||
return E_NOTIMPL; | return E_NOTIMPL; | |||
di.UpdateMode = g_UpdateMode_Pairs[index].UpdateMode; | di.UpdateMode = g_UpdateMode_Pairs[(unsigned)index].UpdateMode; | |||
} | } | |||
if (dialog.Create(hwndParent) != IDOK) | if (dialog.Create(hwndParent) != IDOK) | |||
return E_ABORT; | return E_ABORT; | |||
options.DeleteAfterCompressing = di.DeleteAfterCompressing; | options.DeleteAfterCompressing = di.DeleteAfterCompressing; | |||
options.SymLinks = di.SymLinks; | options.SymLinks = di.SymLinks; | |||
options.HardLinks = di.HardLinks; | options.HardLinks = di.HardLinks; | |||
options.AltStreams = di.AltStreams; | options.AltStreams = di.AltStreams; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |