From 8a0eef2eceb88b606b5faa188e980b91b4ad4da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Thu, 13 Oct 2022 20:30:28 +0200 Subject: [PATCH] Pass matcher instead of NULL. --- src/meters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meters.cc b/src/meters.cc index ffc9af5..4f25199 100644 --- a/src/meters.cc +++ b/src/meters.cc @@ -970,7 +970,7 @@ void MeterCommonImplementation::addNumericFieldWithCalculator(string vname, vquantity, use_unit == Unit::Unknown ? defaultUnitForQuantity(vquantity) : use_unit, VifScaling::Auto, - NULL, + FieldMatcher::build(), help, print_properties, NULL,