mirror of
https://github.com/nmap/nmap.git
synced 2026-01-24 15:19:03 +00:00
typo
This commit is contained in:
@@ -822,7 +822,7 @@ void log_vwrite(int logt, const char *fmt, va_list ap) {
|
||||
va_end(apcopy);
|
||||
return;
|
||||
} else if (len < 0) {
|
||||
fprintf(stderr, "vnsprintf returned %d in %s -- bizarre. Quitting.\n", len, __FUNCTION__);
|
||||
fprintf(stderr, "vsnprintf returned %d in %s -- bizarre. Quitting.\n", len, __FUNCTION__);
|
||||
exit(1);
|
||||
} else if (len >= writebuflen) {
|
||||
/* Didn't have enough space. Expand writebuf and try again */
|
||||
|
||||
Reference in New Issue
Block a user