8343801: Change string printed by nsk_null_string for null strings
Reviewed-by: lmesnik
This commit is contained in:
parent
a4e2c20849
commit
b26e4952e9
@ -160,7 +160,7 @@ void nsk_printHexBytes(const char indent[], int columns,
|
||||
/*************************************************************/
|
||||
|
||||
/**
|
||||
* Returns str or "<NULL>" if str is null; useful for printing strings.
|
||||
* Returns str or "<null>" if str is null; useful for printing strings.
|
||||
*/
|
||||
const char* nsk_null_string(const char* str);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user