mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
libdvbsub/dvbsub.cpp: fix pid reporting on resume
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ec81142c4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-02-02 (Tue, 02 Feb 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -115,7 +115,7 @@ printf("[dvb-sub] ***************************************** start, stopped %d pi
|
||||
pthread_mutex_lock(&readerMutex);
|
||||
pthread_cond_broadcast(&readerCond);
|
||||
pthread_mutex_unlock(&readerMutex);
|
||||
printf("[dvb-sub] started with pid 0x%x\n", pid);
|
||||
printf("[dvb-sub] started with pid 0x%x\n", dvbsub_pid);
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user