mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fixed another typo in a comment.
This commit is contained in:
@@ -1033,7 +1033,7 @@ void log_vwrite(int logt, const char *fmt, va_list ap) {
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
apcopy = ap;
|
apcopy = ap;
|
||||||
#else
|
#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
|
#endif
|
||||||
l = logt;
|
l = logt;
|
||||||
fileidx = 0;
|
fileidx = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user