libdvbsub/dvbsub.cpp: fix pid reporting on resume

This commit is contained in:
[CST] Focus
2016-02-02 12:30:48 +03:00
parent fb2967ca8b
commit 5ec81142c4

View File

@@ -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;