merge 20263 from GL's request.
Modified: branches/ros-branch-0_2_9/reactos/lib/msi/format.c

Modified: branches/ros-branch-0_2_9/reactos/lib/msi/format.c
--- branches/ros-branch-0_2_9/reactos/lib/msi/format.c	2005-12-19 00:11:04 UTC (rev 20265)
+++ branches/ros-branch-0_2_9/reactos/lib/msi/format.c	2005-12-19 01:50:51 UTC (rev 20266)
@@ -151,7 +151,7 @@
     {
         sz++;
         value = msi_alloc(sz * sizeof(WCHAR));
-        GetEnvironmentVariableW(&key[1],value,sz);
+        GetEnvironmentVariableW(key,value,sz);
         *chunk = (strlenW(value)) * sizeof(WCHAR);
     }
     else