summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-09-08 17:55:13 +0200
committerGravatar Nikias Bassen2025-09-08 17:55:13 +0200
commit6c5e5b6237a00a95bfd840d048762512cb5b0309 (patch)
treedb35d029f0eab31c9b395b07ededae5f4cb2dd6d /src
parentd7e26cf72b510c5ccb5199a58ac866548db4cba8 (diff)
downloadidevicerestore-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/img4.c b/src/img4.c
index d9e3b06..732ef69 100644
--- a/src/img4.c
+++ b/src/img4.c
@@ -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",