MgCoordinateSystemMgrs::ConvertFromLonLat gives wrong result in release mode
The call to the CsMap API CScalcMgrsFromLl uses strlen on the input string instead of sizeof
In debug builds the default content of the string "szMgrs" is not the same as the one in release mode and provides unpredictable output strings that can range from no output to the expected output.
The computed value was correct but the string result is truncated
Change History
(3)
Owner: |
set to hugueswski
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Milestone: |
→ 2.2
|
Version: |
2.0.2 → 2.1.0
|
This was fixed with r4324.