mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user