"vscode:/vscode.git/clone" did not exist on "1c0c42e668b48e1964e73dcaa51844a36a2174bc"
Fix extractLongLatOrReply() sanity check conditionals.
the check for lat/long valid ranges were performed inside the for loop, two times instead of one, and the first time when the second element of the array, xy[1], was yet not populated. This resulted into issue #2799. Close issue #2799.
Please register or sign in to comment