Skip to content

Commit

Permalink
lib/perl5db.pl: cmd_l() no longer exists.
Browse files Browse the repository at this point in the history
Subroutine cmd_l() no longer exists.
Now we should call cmd_l_main().
  • Loading branch information
peanutsjamjam authored and tonycoz committed Jun 22, 2021
1 parent 6137bd7 commit fe99186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl5db.pl
Expand Up @@ -6031,7 +6031,7 @@ sub cmd_v {
$line = $start . '-' . ( $start + $incr );

# List the lines.
cmd_l( 'l', $line );
_cmd_l_main( $line );
} ## end if ($line =~ /^(\d*)$/)
} ## end sub cmd_v

Expand Down

0 comments on commit fe99186

Please sign in to comment.