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 addfe5d..f1d622e 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -1008,19 +1008,19 @@ namespace OpenSim.Framework
1008 { 1008 {
1009 string os = String.Empty; 1009 string os = String.Empty;
1010 1010
1011 if (Environment.OSVersion.Platform != PlatformID.Unix) 1011// if (Environment.OSVersion.Platform != PlatformID.Unix)
1012 { 1012// {
1013 os = Environment.OSVersion.ToString(); 1013// os = Environment.OSVersion.ToString();
1014 } 1014// }
1015 else 1015// else
1016 { 1016// {
1017 os = ReadEtcIssue(); 1017// os = ReadEtcIssue();
1018 } 1018// }
1019 1019//
1020 if (os.Length > 45) 1020// if (os.Length > 45)
1021 { 1021// {
1022 os = os.Substring(0, 45); 1022// os = os.Substring(0, 45);
1023 } 1023// }
1024 1024
1025 return os; 1025 return os;
1026 } 1026 }