mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Typo fix: "nall"→"null".
This commit is contained in:
@@ -243,7 +243,7 @@ append_string (struct state *state,
|
||||
int flags)
|
||||
{
|
||||
if(!arg)
|
||||
arg = (unsigned char *) "(nall)";
|
||||
arg = (unsigned char *) "(null)";
|
||||
if(prec != -1)
|
||||
width -= prec;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user