CID#1078847 we're writing a byte, so use a byte

Change-Id: I45fbcaae87b8ecff5fc25eca646e19849beda293
This commit is contained in:
Caolán McNamara
2013-10-08 16:26:35 +01:00
parent 731174ae31
commit 766ec29ce6

View File

@@ -3836,7 +3836,7 @@ void SelectionManager::shutdown() throw()
Application::Reschedule();
}
// trigger poll()'s wait end by writing a dummy value
int dummy=0;
char dummy=0;
dummy = write(m_EndThreadPipe[1], &dummy, 1);
}
osl_joinWithThread( m_aThread );