aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-09 16:03:15 +0000
committerJustin Clark-Casey (justincc)2009-11-09 16:03:15 +0000
commita7af92d5d025b3d1522be94fea8c0f64237a352e (patch)
tree0cab63dd492ba65e73b8e65490f80136b757d4a2 /OpenSim/Region/CoreModules/Avatar/Inventory
parentrefactor: make human iar escape char a constant rather than a magic char (diff)
downloadopensim-SC_OLD-a7af92d5d025b3d1522be94fea8c0f64237a352e.zip
opensim-SC_OLD-a7af92d5d025b3d1522be94fea8c0f64237a352e.tar.gz
opensim-SC_OLD-a7af92d5d025b3d1522be94fea8c0f64237a352e.tar.bz2
opensim-SC_OLD-a7af92d5d025b3d1522be94fea8c0f64237a352e.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs
index 5c31c26..7e72ca0 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs
@@ -41,7 +41,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
41 /// </summary> 41 /// </summary>
42 public static class InventoryArchiveUtils 42 public static class InventoryArchiveUtils
43 { 43 {
44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 44// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 45
46 // Character used for escaping the path delimter ("\/") and itself ("\\") in human escaped strings 46 // Character used for escaping the path delimter ("\/") and itself ("\\") in human escaped strings
47 public static readonly char ESCAPE_CHARACTER = '\\'; 47 public static readonly char ESCAPE_CHARACTER = '\\';