aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IUserAccountService.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-10 03:08:31 +0000
committerJustin Clark-Casey (justincc)2010-12-10 03:08:31 +0000
commit3053f5ba7dd22a68099b8b1dc6b41f389b6e7183 (patch)
tree5c896ecb85903375ac62eeb782d89b97eaacf707 /OpenSim/Services/Interfaces/IUserAccountService.cs
parentNormalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman... (diff)
downloadopensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.zip
opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.gz
opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.bz2
opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.xz
minor: remove some compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/Interfaces/IUserAccountService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IUserAccountService.cs b/OpenSim/Services/Interfaces/IUserAccountService.cs
index c580078..9c992e0 100644
--- a/OpenSim/Services/Interfaces/IUserAccountService.cs
+++ b/OpenSim/Services/Interfaces/IUserAccountService.cs
@@ -101,7 +101,7 @@ namespace OpenSim.Services.Interfaces
101 if (str != string.Empty) 101 if (str != string.Empty)
102 { 102 {
103 string[] parts = str.Split(new char[] { ';' }); 103 string[] parts = str.Split(new char[] { ';' });
104 Dictionary<string, object> dic = new Dictionary<string, object>(); 104// Dictionary<string, object> dic = new Dictionary<string, object>();
105 foreach (string s in parts) 105 foreach (string s in parts)
106 { 106 {
107 string[] parts2 = s.Split(new char[] { '*' }); 107 string[] parts2 = s.Split(new char[] { '*' });