diff options
author | Jeff Ames | 2009-08-01 05:11:47 +0000 |
---|---|---|
committer | Jeff Ames | 2009-08-01 05:11:47 +0000 |
commit | 4ce5c894cf901730d09a1ac281cff5d15adcc909 (patch) | |
tree | e2e2307f9a3bc6cdd0ff38e66724fd0a172b05a0 /OpenSim/Region | |
parent | Make ROBUST not hang on exit in recent Mono versions. Make the logfile config (diff) | |
download | opensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.zip opensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.tar.gz opensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.tar.bz2 opensim-SC_OLD-4ce5c894cf901730d09a1ac281cff5d15adcc909.tar.xz |
Add copyright header. Formatting cleanup.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs index bcdcfab..03b06f5 100644 --- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |||
@@ -484,7 +484,7 @@ namespace Flotsam.RegionModules.AssetCache | |||
484 | } | 484 | } |
485 | 485 | ||
486 | int dirSize = Directory.GetFiles(dir).Length; | 486 | int dirSize = Directory.GetFiles(dir).Length; |
487 | if ( dirSize == 0) | 487 | if (dirSize == 0) |
488 | { | 488 | { |
489 | Directory.Delete(dir); | 489 | Directory.Delete(dir); |
490 | } | 490 | } |