diff --git a/search/ReportPath.cc b/search/ReportPath.cc index 4b99f4a9..1bfcdfc6 100644 --- a/search/ReportPath.cc +++ b/search/ReportPath.cc @@ -3252,9 +3252,9 @@ ReportPath::reportLine(std::string_view what, reportFieldBlank(field, line); } else if (field == field_case_) - line += line_case; + reportField(line_case, field, line); else if (field->getValue()) - line += field->value(path, this); + reportField(field->value(path, this), field, line); first_field = false; }