Fix merge error

This commit is contained in:
unknown 2007-02-06 22:00:48 +01:00
parent 0bcaf5cf4f
commit 7e6d47cc84

View file

@ -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);