Remove pointer checks for char arrays (can never be null)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ab16e78d0
Author: Hendi <hendi48@freenet.de>
Date: 2023-01-23 (Mon, 23 Jan 2023)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Hendi
2023-01-23 23:32:35 +01:00
committed by vanhofen
parent 22b7d54589
commit e38ea253ca

View File

@@ -1728,8 +1728,7 @@ int CTimerList::modifyTimer()
);
if (!modified && timer->eventType == CTimerd::TIMER_RECORD)
{
if (timer->recordingDir && t_old.recordingDir)
modified = strcmp(timer->recordingDir, t_old.recordingDir);
modified = strcmp(timer->recordingDir, t_old.recordingDir);
if (!modified)
modified = (
t_old_apids_dflt != timer_apids_dflt