diff options
author | Justin Clarke Casey | 2009-04-24 15:56:41 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-24 15:56:41 +0000 |
commit | 35c7aae455b110d99c578c1bd0dc0f21a7fc6fa3 (patch) | |
tree | 8b71da96202e2e6318b01f7848e962ee95576f8f /OpenSim/Region/CoreModules | |
parent | * minor: make inventory item deserialization code easier to read (diff) | |
download | opensim-SC_OLD-35c7aae455b110d99c578c1bd0dc0f21a7fc6fa3.zip opensim-SC_OLD-35c7aae455b110d99c578c1bd0dc0f21a7fc6fa3.tar.gz opensim-SC_OLD-35c7aae455b110d99c578c1bd0dc0f21a7fc6fa3.tar.bz2 opensim-SC_OLD-35c7aae455b110d99c578c1bd0dc0f21a7fc6fa3.tar.xz |
* correct spelling mistake in item seiralization
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs index 2d6187f..69a4bd7 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs | |||
@@ -48,7 +48,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
48 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 48 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
49 | 49 | ||
50 | protected TarArchiveReader archive; | 50 | protected TarArchiveReader archive; |
51 | private static ASCIIEncoding m_asciiEncoding = new ASCIIEncoding(); | ||
52 | 51 | ||
53 | private CachedUserInfo m_userInfo; | 52 | private CachedUserInfo m_userInfo; |
54 | private string m_invPath; | 53 | private string m_invPath; |