mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed another typo in a comment.
This commit is contained in:
parent
aca370f88d
commit
5016893ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -1033,7 +1033,7 @@ void log_vwrite(int logt, const char *fmt, va_list ap) {
|
|||
#ifdef WIN32
|
||||
apcopy = ap;
|
||||
#else
|
||||
va_copy(apcopy, ap); /* Needed in case we need to so a second vsnprintf */
|
||||
va_copy(apcopy, ap); /* Needed in case we need to do a second vsnprintf */
|
||||
#endif
|
||||
l = logt;
|
||||
fileidx = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue