# # # patch "project.cc" # from [758f4507d87155f3e1fe364a9fd2757bd5018f5b] # to [7d11e522dbfb1768586b336db41f6749b3597180] # ============================================================ --- project.cc 758f4507d87155f3e1fe364a9fd2757bd5018f5b +++ project.cc 7d11e522dbfb1768586b336db41f6749b3597180 @@ -129,10 +129,10 @@ outdated_indicator outdated_indicator -project_t::get_revision_cert_hashes(revision_id const & id, +project_t::get_revision_cert_hashes(revision_id const & rid, std::vector > & hashes) { - return app.db.get_revision_certs(id, hashes); + return app.db.get_revision_certs(rid, hashes); } outdated_indicator