We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74c643 commit ee90d88Copy full SHA for ee90d88
src/modules/packages.c
@@ -3,7 +3,7 @@
3
#include "detection/packages/packages.h"
4
5
#define FF_PACKAGES_MODULE_NAME "Packages"
6
-#define FF_PACKAGES_NUM_FORMAT_ARGS 21
+#define FF_PACKAGES_NUM_FORMAT_ARGS 22
7
8
void ffPrintPackages(FFinstance* instance)
9
{
@@ -88,6 +88,7 @@ void ffPrintPackages(FFinstance* instance)
88
{FF_FORMAT_ARG_TYPE_UINT, &counts->port},
89
{FF_FORMAT_ARG_TYPE_UINT, &counts->scoop},
90
{FF_FORMAT_ARG_TYPE_UINT, &counts->choco},
91
+ {FF_FORMAT_ARG_TYPE_UINT, &counts->pkgtool},
92
});
93
}
94
0 commit comments