mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
typo
This commit is contained in:
parent
8e2de50dd3
commit
4ea7ef7178
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue