Skip to content

Commit

Permalink
lib/lcovutil.pm: Fix ->filename access in _deriveFunctionEndLines (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Pipping <[email protected]>
  • Loading branch information
hartwork authored Dec 18, 2024
1 parent 869e167 commit 74342ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lcovutil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7109,7 +7109,7 @@ sub _deriveFunctionEndLines
);
lcovutil::ignorable_error(
$lcovutil::ERROR_INCONSISTENT_DATA,
'"' . $traceInfo->filenname() .
'"' . $traceInfo->filename() .
"\":$first: function " . $func->name() .
": last line in file is not last line of function.$suffix"
);
Expand Down

0 comments on commit 74342ef

Please sign in to comment.