installer: Fixed broken install dir on 32 bit
authorJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 11:35:49 +0000 (07:35 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 11:35:49 +0000 (07:35 -0400)
installer/src/installer.ec

index 413ec08..a514647 100644 (file)
@@ -866,8 +866,8 @@ class Installer : Window
          }
          else
          {
-            PathCat(installDir, "Ecere SDK");
             strcpy(installDir, programFilesDir);
+            PathCat(installDir, "Ecere SDK");
          }
       }
       else if(homeDrive && homeDrive[0])