X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftext%2Fdiff_lib.pl;h=158f205caf8caab170ed228bf03f3025493710c1;hb=6de830df35bf15d34e767734ff00b1b896220728;hp=c34a5be7b809e743ef56cf76b8a4db97beb3e921;hpb=9d1052f9cae51864e8fb39d3f34048952b169cf4;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.