mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
retry...
This commit is contained in:
@@ -184,7 +184,11 @@ namespace OpenSim.Data.PGSQL
|
||||
}
|
||||
if (valueType == typeof(uint))
|
||||
{
|
||||
return (int)value;
|
||||
return (int)(uint)value;
|
||||
}
|
||||
if (valueType == typeof(ushort))
|
||||
{
|
||||
return (int)(ushort)value;
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user