mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 04:05:40 +08:00
In case you run the server with mono --debug OpenSim.exe line numbers are reported as <filename>:<linenumber>, so no "at line" is found. That led to an exception, which is caught since r5766. The attached patch fixes this for mono;