mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
very useless changes
This commit is contained in:
@@ -174,7 +174,7 @@ namespace OpenSim.Data.PGSQL
|
||||
{
|
||||
return (bool)value;
|
||||
}
|
||||
if (valueType == typeof(Byte[]))
|
||||
if (valueType == typeof(byte[]))
|
||||
{
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user