Changeset 1136 for trunk/lib/Node.cc
- Timestamp:
- Jul 18, 2010, 9:18:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Node.cc
r978 r1136 23 23 #include "Node.h" 24 24 25 #include "Configuration.h" 25 26 #include "Date.h" 26 27 #include "HtmlStream.h" … … 104 105 // there is no output for nodes when user has zero contribution 105 106 else if (user!="all" && !stats.lines(user)) 107 os << name(); 108 else if (!Configuration::instance().output_file() && !this->dir()) 106 109 os << name(); 107 110 else … … 195 198 { 196 199 if (ignore()) 200 return; 201 if (!Configuration::instance().output_file() && !this->dir()) 197 202 return; 198 203 if (verbose)
Note: See TracChangeset
for help on using the changeset viewer.