CID#1078847 we're writing a byte, so use a byte
Change-Id: I45fbcaae87b8ecff5fc25eca646e19849beda293
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user