[longomatch] Fix more typos, arggg



commit 1e70f37f0d940dcf5986faa69e8e26f4731d1e7d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Sep 7 17:05:30 2012 +0200

    Fix more typos, arggg

 LongoMatch.Services/Services/Core.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Services/Services/Core.cs b/LongoMatch.Services/Services/Core.cs
index e6623fe..2d87aa8 100644
--- a/LongoMatch.Services/Services/Core.cs
+++ b/LongoMatch.Services/Services/Core.cs
@@ -154,8 +154,8 @@ namespace LongoMatch.Services
 		private static void SetupBaseDir() {
 			string home;
 			
-			if (Environment.OSVersion.Platform == PlatformID.MacOSX) ||
-				Environment.OSVersion.Platform != PlatformID.Win32NT) {
+			if (Environment.OSVersion.Platform == PlatformID.MacOSX ||
+				Environment.OSVersion.Platform == PlatformID.Win32NT) {
 				Config.baseDirectory = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,"../");
 			else
 				Config.baseDirectory = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,"../../");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]