From 6861427366cb83ee9a0c9382ae7fccec6b8a184c Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Fri, 9 Aug 2013 07:35:49 -0400 Subject: [PATCH] installer: Fixed broken install dir on 32 bit --- installer/src/installer.ec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/src/installer.ec b/installer/src/installer.ec index 413ec08..a514647 100644 --- a/installer/src/installer.ec +++ b/installer/src/installer.ec @@ -866,8 +866,8 @@ class Installer : Window } else { - PathCat(installDir, "Ecere SDK"); strcpy(installDir, programFilesDir); + PathCat(installDir, "Ecere SDK"); } } else if(homeDrive && homeDrive[0]) -- 1.8.3.1