We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c70981 commit a41e211Copy full SHA for a41e211
1 file changed
src/countfa.cpp
@@ -77,7 +77,7 @@ void do_countfa(istream &input) {
77
78
if (!name.empty()) {
79
cout << name << endl;
80
- cout << counter << endl;
+ if (counter > 0) cout << counter << endl;
81
}
82
83
0 commit comments