diff options
author | Jacob Hoover <jacob.hoover@greenheck.com> | 2022-11-10 10:48:23 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-11-10 23:49:10 -0600 |
commit | fa393914f12f6d6bc88a73e4d5b009da765f6dd5 (patch) | |
tree | 6dbf354d4542b3e085795b0a917eaafc1eead415 /src/libs/dutil/WixToolset.DUtil/iniutil.cpp | |
parent | c843b47d6233153fa961c6d0e61edf7cedf255bb (diff) | |
download | wix-fa393914f12f6d6bc88a73e4d5b009da765f6dd5.tar.gz wix-fa393914f12f6d6bc88a73e4d5b009da765f6dd5.tar.bz2 wix-fa393914f12f6d6bc88a73e4d5b009da765f6dd5.zip |
WIXFEAT-3704 - Allow access to persisted variables from related bundles
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/iniutil.cpp')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/iniutil.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/iniutil.cpp b/src/libs/dutil/WixToolset.DUtil/iniutil.cpp index 70b62995..46f6e380 100644 --- a/src/libs/dutil/WixToolset.DUtil/iniutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/iniutil.cpp | |||
@@ -301,6 +301,8 @@ extern "C" HRESULT DAPI IniParse( | |||
301 | wzOpenTagPostfix = wcsstr(pi->rgsczLines[i], pi->sczOpenTagPostfix); | 301 | wzOpenTagPostfix = wcsstr(pi->rgsczLines[i], pi->sczOpenTagPostfix); |
302 | } | 302 | } |
303 | 303 | ||
304 | wzValueNameStart = NULL; | ||
305 | |||
304 | if (pi->sczValuePrefix) | 306 | if (pi->sczValuePrefix) |
305 | { | 307 | { |
306 | wzValuePrefix = wcsstr(pi->rgsczLines[i], pi->sczValuePrefix); | 308 | wzValuePrefix = wcsstr(pi->rgsczLines[i], pi->sczValuePrefix); |