mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
merge soc07 r4871:4884 and r4888 - renaming __FUNCTION__ to __func__ and changing hardcoded func names to __func__
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user