The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'annotate.cc'
#
#
# patch "annotate.cc"
# from [c9bd09ef8719f801368bf0a07a09ba98afe2f38f]
# to [873cb5eff33acad204f11e830e6f3450516f4a6d]
#
============================================================
--- annotate.cc c9bd09ef8719f801368bf0a07a09ba98afe2f38f
+++ annotate.cc 873cb5eff33acad204f11e830e6f3450516f4a6d
@@ -353,8 +353,7 @@ cert_string_value(vector< revision<cert>
{
if (i->inner().name == name)
{
- cert_value tv;
- decode_base64 (i->inner().value, tv);
+ cert_value tv(i->inner().value);
string::size_type f = 0;
string::size_type l = string::npos;
if (from_start)