diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-13 19:22:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-13 19:22:19 +0900 |
commit | 14d0fbe96c6abdb9da80e99953aec672f999948c (patch) | |
tree | d48726c1256a1a495b415570847f08ecf9e5ecdd /ksvg/scripts/check_hashtablesize.pl | |
parent | db124e3167670efff59f6aef4bc0daff316dddf8 (diff) | |
download | tdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.tar.gz tdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksvg/scripts/check_hashtablesize.pl')
-rwxr-xr-x | ksvg/scripts/check_hashtablesize.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/scripts/check_hashtablesize.pl b/ksvg/scripts/check_hashtablesize.pl index d22e3f30..d460e5ad 100755 --- a/ksvg/scripts/check_hashtablesize.pl +++ b/ksvg/scripts/check_hashtablesize.pl @@ -138,10 +138,10 @@ foreach(@useresult) { my $temp = $middle[0]; if($calcMode != 2) { - $temp =~ s/.cc://; + $temp =~ s/.cpp://; $class = $temp; } else { - $temp =~ s/.cc//; + $temp =~ s/.cpp//; $class = substr($temp, 0, index($temp, ":")); } } |