mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
merge soc07 r4871:4884 and r4888 - renaming __FUNCTION__ to __func__ and changing hardcoded func names to __func__
This commit is contained in:
parent
1540fe57c4
commit
8d74bbcd8a
23 changed files with 4328 additions and 3936 deletions
|
|
@ -203,7 +203,7 @@ void NmapOutputTable::addItemFormatted(unsigned int row,
|
|||
va_end(ap);
|
||||
|
||||
if (res > sizeof(buf))
|
||||
fatal("NmapOutputTable only supports adding up to 4096 to a cell via addItemFormatString.");
|
||||
fatal("NmapOutputTable only supports adding up to 4096 to a cell via %s.", __func__);
|
||||
|
||||
addItem(row, column, fullrow, true, buf, res);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue