libDtSvc: Resolve 89 compiler warnings.
This commit is contained in:
@@ -564,7 +564,7 @@ _DtAddResString(
|
||||
int actualFormat;
|
||||
unsigned long nitems, leftover;
|
||||
|
||||
if((data == NULL) || (*data == NULL))
|
||||
if((data == NULL) || (*data == '\0'))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user