diff options
Diffstat (limited to '')
| -rw-r--r-- | src/burn/engine/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/apply.cpp b/src/burn/engine/apply.cpp index a99a3987..c126d63c 100644 --- a/src/burn/engine/apply.cpp +++ b/src/burn/engine/apply.cpp | |||
| @@ -1175,7 +1175,7 @@ static HRESULT ExtractContainer( | |||
| 1175 | { | 1175 | { |
| 1176 | BOOL fExtracted = FALSE; | 1176 | BOOL fExtracted = FALSE; |
| 1177 | 1177 | ||
| 1178 | hr = PayloadFindEmbeddedBySourcePath(pContext->pPayloads, sczStreamName, &pExtract); | 1178 | hr = PayloadFindEmbeddedBySourcePath(pContainer->sdhPayloads, sczStreamName, &pExtract); |
| 1179 | if (E_NOTFOUND != hr) | 1179 | if (E_NOTFOUND != hr) |
| 1180 | { | 1180 | { |
| 1181 | ExitOnFailure(hr, "Failed to find embedded payload by source path: %ls container: %ls", sczStreamName, pContainer->sczId); | 1181 | ExitOnFailure(hr, "Failed to find embedded payload by source path: %ls container: %ls", sczStreamName, pContainer->sczId); |
