forked from organicmaps/organicmaps
ctime() returns string with the trailing "newline" symbol. removed it.
This commit is contained in:
parent
8fa6b56fff
commit
d5eb80aefc
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ void FrameWork<TModel>::AddRedrawCommandSure()
|
|||
for (unsigned i = 0; i < m_startTime.size(); ++i)
|
||||
if (m_startTime[i] == ' ')
|
||||
m_startTime[i] = '_';
|
||||
m_startTime = m_startTime.substr(0, m_startTime.size() - 1);
|
||||
|
||||
m_informationDisplay.setBottomShift(bottomShift);
|
||||
#ifdef DRAW_TOUCH_POINTS
|
||||
|
|
Loading…
Add table
Reference in a new issue