summaryrefslogtreecommitdiff
path: root/lib/diff/lcs.rb
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-01-19 17:27:46 -0500
committerAustin Ziegler <austin@zieglers.ca>2013-01-19 17:27:46 -0500
commit86928fa4a2ca7a91e08571a46a98fdb42aee354d (patch)
tree389ffadba044b212a23f6966b5ff8121cb59c22d /lib/diff/lcs.rb
parent3965b70aef3828c10a284541f1342d0edd121827 (diff)
downloaddiff-lcs-86928fa4a2ca7a91e08571a46a98fdb42aee354d.tar.gz
Fixing an issue with the refactoring done earlier.
Diffstat (limited to 'lib/diff/lcs.rb')
-rw-r--r--lib/diff/lcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diff/lcs.rb b/lib/diff/lcs.rb
index 2af2a4e..8ae85be 100644
--- a/lib/diff/lcs.rb
+++ b/lib/diff/lcs.rb
@@ -729,7 +729,7 @@ module Diff::LCS
# Start with a new empty type of the source's class
res = src.class.new
- direction ||= Diff::LCS.__diff_direction(src, patchset)
+ direction ||= Diff::LCS::Internals.diff_direction(src, patchset)
ai = bj = 0