mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
turn some comparsions for a better readability; pt. 3
Origin commit data
------------------
Branch: ni/coolstream
Commit: 99bbb95519
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Origin message was:
------------------
- turn some comparsions for a better readability; pt. 3
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -530,7 +530,7 @@ void tuxtxt_clear_p26(tstExtData* extData)
|
||||
|
||||
for(int i = 0; i < 16; ++i)
|
||||
{
|
||||
if(0 != extData->p26[i])
|
||||
if(extData->p26[i] != 0)
|
||||
{
|
||||
memset(extData->p26[i], 0x00, 13 * 3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user