1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 15:19:03 +00:00
This commit is contained in:
fyodor
2006-12-16 08:42:55 +00:00
parent 8e2de50dd3
commit 4ea7ef7178

View File

@@ -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 */