Changeset 807


Ignore:
Timestamp:
Jul 12, 2009, 3:39:25 PM (14 years ago)
Author:
Peter Johansson
Message:

fixes #381

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Directory.cc

    r757 r807  
    140140  {
    141141    mkdir("blame_output/" + local_path_);
    142     // print daughter nodes, i.e., this function is recursive
     142    // print daughter nodes
    143143    for (NodeConstIterator i=daughters_.begin(); i!=daughters_.end(); ++i)
    144144      (*i)->print(verbose);
     
    240240      os << "</td>\n";
    241241    }
    242     os << "<td>" << trac_revision(stats.last_changed_rev()) << "</td>\n";
     242    os << "<td>" << trac_revision(last_changed_rev()) << "</td>\n";
    243243    os << "<td>" << author() << "</td>\n";
    244244    os << "</tr>\n";
Note: See TracChangeset for help on using the changeset viewer.