ctime() returns string with the trailing "newline" symbol. removed it.

This commit is contained in:
rachytski 2011-05-01 23:24:24 +03:00 committed by Alex Zolotarev
parent 8fa6b56fff
commit d5eb80aefc

View file

@ -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