installer: Yet another 32 bit fix 0.44.08
authorJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 12:36:05 +0000 (08:36 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 12:36:05 +0000 (08:36 -0400)
installer/src/installer.ec

index a514647..961d349 100644 (file)
@@ -868,6 +868,7 @@ class Installer : Window
          {
             strcpy(installDir, programFilesDir);
             PathCat(installDir, "Ecere SDK");
+            strcpy(installDir32, installDir);
          }
       }
       else if(homeDrive && homeDrive[0])