diff --git a/git-quick-stats b/git-quick-stats index 3f25633..d1da606 100755 --- a/git-quick-stats +++ b/git-quick-stats @@ -288,7 +288,7 @@ function detailedGitStats() { (more["total"] + less["total"]) * 100) } else { - printf "\t lines changed: %d\t(0%)\n", more[author] + less[author] + printf "\t lines changed: %d\t(0%%)\n", (more[author] + less[author]) } printf "\t first commit: %s\n", first[author] printf "\t last commit: %s\n", last[author]