8343801: Change string printed by nsk_null_string for null strings

Reviewed-by: lmesnik
This commit is contained in:
Coleen Phillimore 2024-11-12 22:37:21 +00:00
parent a4e2c20849
commit b26e4952e9

View File

@ -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);