mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Fixed some compiler warnings
* Fixed prebuild.xml to remove DB4o references (more compiler warnings)
This commit is contained in:
@@ -979,7 +979,7 @@ namespace OpenSim.Data.SQLite
|
||||
{
|
||||
Helpers.TryParse((string)row["AuthbuyerID"], out authBuyerID);
|
||||
}
|
||||
catch (InvalidCastException e)
|
||||
catch (InvalidCastException)
|
||||
{
|
||||
// Database table was created before we got here and now has null values :P
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user