aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite
diff options
context:
space:
mode:
authorJeff Ames2009-08-09 00:43:13 +0900
committerJeff Ames2009-08-09 00:43:13 +0900
commitbc6ec3b56469f2d722ceee8fdb37059125878f66 (patch)
tree760639b0847b0dfe818989b5adc4f7cf87c0dbab /OpenSim/Data/SQLite
parent* Fix one physics crash for regions larger then 512mx512m (diff)
downloadopensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.zip
opensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.tar.gz
opensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.tar.bz2
opensim-SC_OLD-bc6ec3b56469f2d722ceee8fdb37059125878f66.tar.xz
Formatting cleanup.
Diffstat (limited to 'OpenSim/Data/SQLite')
-rw-r--r--OpenSim/Data/SQLite/SQLiteRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs
index 3555caf..d2548c2 100644
--- a/OpenSim/Data/SQLite/SQLiteRegionData.cs
+++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs
@@ -1443,7 +1443,7 @@ namespace OpenSim.Data.SQLite
1443// row["RegionUUID"] = regionUUID; 1443// row["RegionUUID"] = regionUUID;
1444// row["Revision"] = rev; 1444// row["Revision"] = rev;
1445 1445
1446 // MemoryStream str = new MemoryStream(((int)Constants.RegionSize * (int)Constants.RegionSize )*sizeof (double)); 1446 // MemoryStream str = new MemoryStream(((int)Constants.RegionSize * (int)Constants.RegionSize)*sizeof (double));
1447// BinaryWriter bw = new BinaryWriter(str); 1447// BinaryWriter bw = new BinaryWriter(str);
1448 1448
1449// // TODO: COMPATIBILITY - Add byte-order conversions 1449// // TODO: COMPATIBILITY - Add byte-order conversions