1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 05:01:29 +00:00
This commit is contained in:
fyodor
2005-10-01 23:50:27 +00:00
parent b80808b3f3
commit d187c68017
29 changed files with 99 additions and 83 deletions

View File

@@ -170,7 +170,7 @@ void NmapOutputTable::addItem(unsigned int row, unsigned int column, bool copy,
return;
}
// Like addItem except this version takes a prinf-style format string
// Like addItem except this version takes a printf-style format string
// followed by varargs
void NmapOutputTable::addItemFormatted(unsigned int row,
unsigned int column,
@@ -211,8 +211,8 @@ int NmapOutputTable::printableSize() {
// This function sticks the entire table into a character buffer.
// Note that the buffer is likely to be reused if you call the
// function again, and it will also be invalidated if you free the
// Table. if size is not NULL, it will be filled with the size of
// the ASCII table in bytes (not including the terminating NUL
// table. If size is not NULL, it will be filled with the size of
// the ASCII table in bytes (not including the terminating NUL)
char *NmapOutputTable::printableTable(int *size) {
unsigned int col, row;