aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs')
-rw-r--r--OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs b/OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs
index 4c807b1..bd683f3 100644
--- a/OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs
+++ b/OpenSim/Data/MSSQLMapper/MSSQLDatabaseMapper.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Data.MSSQLMapper
46 46
47 public override object ConvertToDbType(object value) 47 public override object ConvertToDbType(object value)
48 { 48 {
49 if( value is UInt32 ) 49 if (value is UInt32)
50 { 50 {
51 UInt32 tmpVal = (UInt32) value; 51 UInt32 tmpVal = (UInt32) value;
52 Int64 result = Convert.ToInt64(tmpVal); 52 Int64 result = Convert.ToInt64(tmpVal);