X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ftext%2Fdiff_lib.pl;h=158f205caf8caab170ed228bf03f3025493710c1;hb=6d75b43bb2eb13a67e8a444bf6c07807435e2aa7;hp=c34a5be7b809e743ef56cf76b8a4db97beb3e921;hpb=a96a113c134dfb31cebae4a1ac6db00a1d8af387;p=feisty_meow.git diff --git a/scripts/text/diff_lib.pl b/scripts/text/diff_lib.pl index c34a5be7..158f205c 100644 --- a/scripts/text/diff_lib.pl +++ b/scripts/text/diff_lib.pl @@ -119,7 +119,7 @@ sub diff_dirs { @name_components = split(/\//, $filename); $basename = $name_components[$#name_components]; # print "doing diff of $filename against $compare_directory/$basename\n"; - &do_diff($filename, $compare_directory."/".$basename); + &compute_file_differences($filename, $compare_directory."/".$basename); } closedir CURDIR; @@ -222,7 +222,7 @@ sub change_to_saw_same { # checks the differences between the two files and creates appropriate output. -sub do_diff { +sub compute_file_differences { local($first, $second) = @_; # turn stupid pc slashes into normal ones.