mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Comment typos(?).
It's sad to see "ugly hat" go.
This commit is contained in:
parent
833ced6048
commit
dc485a4bff
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ void printportoutput(Target *currenths, PortList *plist) {
|
|||
// Well, a reasonably clean way would be backslash escapes
|
||||
// such as \/ and \\ . // But that makes it harder to pick
|
||||
// out fields with awk, cut, and such. So I'm gonna use the
|
||||
// ugly hat (fitting to grepable output) or replacing the '/'
|
||||
// ugly hack (fitting to grepable output) of replacing the '/'
|
||||
// character with '|' in the version field.
|
||||
Strncpy(grepvers, fullversion, sizeof(grepvers) / sizeof(*grepvers));
|
||||
p = grepvers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue