Commit c8dc276e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/VLCEventManager.m: s/msleep/usleep/.

parent 58d6b919
......@@ -67,7 +67,8 @@ static void * EventDispatcherMainLoop(void * user_data)
int i;
/* Sleep a bit not to flood the interface */
msleep(300);
usleep(300);
/* Wait for some data */
pthread_mutex_lock( [self queueLock] );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment