summaryrefslogtreecommitdiffstats
path: root/ksvg/scripts/check_hashtablesize.pl
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-13 19:22:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-13 19:22:19 +0900
commit14d0fbe96c6abdb9da80e99953aec672f999948c (patch)
treed48726c1256a1a495b415570847f08ecf9e5ecdd /ksvg/scripts/check_hashtablesize.pl
parentdb124e3167670efff59f6aef4bc0daff316dddf8 (diff)
downloadtdegraphics-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-xksvg/scripts/check_hashtablesize.pl4
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, ":"));
}
}