mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
copy Houdini fix from tuxcvs;-fix unsigned len >= 0 is always true
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@287 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -88,7 +88,7 @@ void CLogging::printf ( const char *fmt, ... )
|
||||
pthread_mutex_lock( &Log_mutex );
|
||||
::printf(buffer);
|
||||
if(LogToFile)
|
||||
; //FIXME Logging to File
|
||||
usleep(0); //FIXME Logging to File
|
||||
pthread_mutex_unlock( &Log_mutex );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user