libdthelp: resolve 46 compiler warnings
This commit is contained in:
@@ -169,7 +169,7 @@ CheckList (
|
||||
*/
|
||||
if (list != NULL)
|
||||
{
|
||||
while (NULL != *list)
|
||||
while ('\0' != *list)
|
||||
{
|
||||
/*
|
||||
* it matches, return true
|
||||
|
||||
Reference in New Issue
Block a user