Skip to content

Commit 337c738

Browse files
committed
add reportField instead of line+ address Gemini feedback
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
1 parent 1475ab0 commit 337c738

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

search/ReportPath.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,9 +3252,9 @@ ReportPath::reportLine(std::string_view what,
32523252
reportFieldBlank(field, line);
32533253
}
32543254
else if (field == field_case_)
3255-
line += line_case;
3255+
reportField(line_case, field, line);
32563256
else if (field->getValue())
3257-
line += field->value(path, this);
3257+
reportField(field->value(path, this), field, line);
32583258

32593259
first_field = false;
32603260
}

0 commit comments

Comments
 (0)