mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 01:56:07 -05:00
bps-delta-moremem supports manifests
This commit is contained in:
@@ -768,7 +768,7 @@ struct errorinfo CreatePatchToMem(LPCWSTR inromname, LPCWSTR outromname, enum pa
|
||||
struct errorinfo manifesterr={el_ok, NULL};
|
||||
struct manifestinfo defmanifestinfo={true,false,NULL};
|
||||
if (!manifestinfo) manifestinfo=&defmanifestinfo;
|
||||
if (patchtype==ty_bps || patchtype==ty_bps_linear)
|
||||
if (patchtype==ty_bps || patchtype==ty_bps_linear || patchtype==ty_bps_moremem)
|
||||
{
|
||||
LPCWSTR manifestname;
|
||||
if (manifestinfo->name) manifestname=manifestinfo->name;
|
||||
|
||||
Reference in New Issue
Block a user