mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Previously NULL fields were converted to an empty string due to the use of ToString(). But if the field was an Int (e.g., "locZ"), then the subsequent attempt to convert an empty string to an int caused an exception. Now the field is null so we don't try to convert it, so there's no exception.