Skip to content

Commit 74342ef

Browse files
authored
lib/lcovutil.pm: Fix ->filename access in _deriveFunctionEndLines (#352)
Signed-off-by: Sebastian Pipping <[email protected]>
1 parent 869e167 commit 74342ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lcovutil.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7109,7 +7109,7 @@ sub _deriveFunctionEndLines
71097109
);
71107110
lcovutil::ignorable_error(
71117111
$lcovutil::ERROR_INCONSISTENT_DATA,
7112-
'"' . $traceInfo->filenname() .
7112+
'"' . $traceInfo->filename() .
71137113
"\":$first: function " . $func->name() .
71147114
": last line in file is not last line of function.$suffix"
71157115
);

0 commit comments

Comments
 (0)