mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +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,7 +1728,6 @@ int CTimerList::modifyTimer()
|
|||||||
);
|
);
|
||||||
if (!modified && timer->eventType == CTimerd::TIMER_RECORD)
|
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)
|
if (!modified)
|
||||||
modified = (
|
modified = (
|
||||||
|
Reference in New Issue
Block a user