Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/notes/bugfix-11866.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iphoneHeadingCalibrationTimeout returns empty
2 changes: 1 addition & 1 deletion engine/src/mblsensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ Exec_stat MCHandleHeadingCalibrationTimeout(void *p_context, MCParameter *p_para
MCSensorGetLocationCalibration(t_ctxt, t_timeout);
MCresult->setnvalue(t_timeout);

t_ctxt . SetTheResultToEmpty();
// PM-2015-07-08: [[ Bug 11866 ]] Don't empty the result before return
return t_ctxt.GetStat();
#endif /* MCHandleHeadingCalibrationTimeout */
}
Expand Down