aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs26
1 files changed, 13 insertions, 13 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 48435cb..e20b322 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -996,19 +996,19 @@ namespace OpenSim.Framework
996 { 996 {
997 string os = String.Empty; 997 string os = String.Empty;
998 998
999 if (Environment.OSVersion.Platform != PlatformID.Unix) 999// if (Environment.OSVersion.Platform != PlatformID.Unix)
1000 { 1000// {
1001 os = Environment.OSVersion.ToString(); 1001// os = Environment.OSVersion.ToString();
1002 } 1002// }
1003 else 1003// else
1004 { 1004// {
1005 os = ReadEtcIssue(); 1005// os = ReadEtcIssue();
1006 } 1006// }
1007 1007//
1008 if (os.Length > 45) 1008// if (os.Length > 45)
1009 { 1009// {
1010 os = os.Substring(0, 45); 1010// os = os.Substring(0, 45);
1011 } 1011// }
1012 1012
1013 return os; 1013 return os;
1014 } 1014 }