diff options
author | 2025-09-08 17:55:13 +0200 | |
---|---|---|
committer | 2025-09-08 17:55:13 +0200 | |
commit | 6c5e5b6237a00a95bfd840d048762512cb5b0309 (patch) | |
tree | db35d029f0eab31c9b395b07ededae5f4cb2dd6d /src | |
parent | d7e26cf72b510c5ccb5199a58ac866548db4cba8 (diff) | |
download | idevicerestore-6c5e5b6237a00a95bfd840d048762512cb5b0309.tar.gz idevicerestore-6c5e5b6237a00a95bfd840d048762512cb5b0309.tar.bz2 |
img4: Fix wrong entry in matching array for component stitching
Diffstat (limited to 'src')
-rw-r--r-- | src/img4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,7 @@ int img4_stitch_component(const char* component_name, const void* component_data logger(LL_DEBUG, "Tag found\n"); const char* matches[] = { "RestoreKernelCache", - "RestoreKernelCache", + "RestoreDeviceTree", "RestoreSEP", "RestoreLogo", "RestoreTrustCache", |