Fix merge error

parent 95aff074
......@@ -743,8 +743,8 @@ void CertDecoder::GetName(NameType nt)
memcpy(&ptr[idx], "/emailAddress=", 14);
idx += 14;
memcpy(&ptr[idx], source_.get_current(), length);
idx += length;
memcpy(&ptr[idx], source_.get_current(), length2);
idx += length2;
}
source_.advance(length2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment